Recently I’ve been converting a Visual Studio (C#) Project to the web.
One of the features involved the ability to select from the MS Standard palette.
So I need a list of the MS Standard Colors in Hex.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After searching I couldn’t find a list of these ARGB colours in hex so I wrote a bit of JS to convert them for me.
I figure I can’t be the only person who needs these, so here you go!
Or as a block of CSS Classes:
Code to convert ARGB to HEX