Using a Calculator
You can use most calculators to find the Hex equivalent of
RGB. For this example we'll use the Windows 95 Calculator.
The RGB value we'll find is 197, 29, 201
- Start > Program Files > Accessories > Calculator
- Make sure View > Scientific is checked
- Enter in a Red value, 197
- Hit the Hex radio button, you'll see it change from 197 to C5
- Go back to the Dec (Decimal) button
- Enter in a Green value, 29
- Hit the Hex radio button, you'll see it change from 29 to 1D
- Go back to the Dec (Decimal) button
- Enter in a Blue value, 201
- Hit the Hex radio button, you'll see it change from 201 to C9
So the Hex equivalent of RGB 197, 29, 201 is #C51DC9
|