Departments
 Info
   Home Page
   Articles
   Software Goodies

 Explanations
   How do they do that?
   The Web in Focus

 Resources
   Web Site Stuff
   Tech Books
   E-Books
   Tech Toys
   Web Hosting
   Links

 Women
   Opinion
   Tech Women
   Women's Studies

 Tech News
   Computer Security
   Databases
   Java
   Linux
   MP3
   PC Software
   Robotics
   Site Owner
   Tech Latest
   Web Development
   XML

 Spread the Word
   Newsletter
   Recommend this Page

 Site Info
   Legal Disclaimer
   Privacy
   Contact

 Lighter Side
   Crazy for Life
   crazy for romance
   Crazy for Kitties
   Crazy for Dogs
   Crazy for Cows

Copyright 2000-2001, hertechnology.com

 
Software Goodies
Color

Finally, if you don't want to use the web-safe colors, you'll need to convert the RGB values to the hexadecimal format needed for HTML. This is easy to do. Bring up your personal computer's calculator. On a PC, it is under the Start Menu, Accessories. Unless you've modified the settings, the calculator will come up in Standard mode. You'll need to go under the View menu and select Scientific mode.

Begin by entering the R value into the calculator (here, 59). Click the circle (radio button) next to the word Hex. That will change the decimal R value into the hexadecimal value you need for HTML. Write it down. Click the Dec radio button, and repeat for the G value. Repeat the process for the B value.


Decimal G Value

The above figure shows the decimal value for the G color (215) that I took from the colormix screen. You can see that the circle next to Dec is selected for decimal mode.


Hexadecimal G Value

This figure shows the hexadecimal value that I got after clicking the Hex radio button. It is D7. I did the same process with the other two colors and got the following:

 DecimalHexadecimal
R593B
G215D7
B255FF

Put the hexadecimal numbers in the same RGB order, put a # on the front and you have your HTML color code: #3BD7FF.

ColorMix has additional capabilities that you may find useful. Have fun playing with your colors!

Tech Books

Tech Toys

More News

  Want to bookmark this site? Press Control-D. (Hold down the control key and the letter D at the same time.)