Shades of Electric Indigo #7608FF
Tints of Electric Indigo #7608FF
RGB
CMYK
RGB Variations
Color information
#7608FF (or 0x7608FF) is known color: Electric Indigo. HEX triplet: 76, 08 and FF. RGB value is (118,8,255). Sum of RGB (Red+Green+Blue) = 118+8+255=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #7608FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7608FF is #89F700. Grayscale: #444444. Windows color (decimal): -9041665 or 16713846. OLE color: 16713846.
HSL color Cylindrical-coordinate representation of color #7608FF: hue angle of 266.72º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7608FF is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 8 | 255 | - |
| CMYK | 0.54 | 0.97 | 0 | 0 |
| HSL | 266.72º | 1% | 0.52% | - |
| HSV(B) | 266.72º | 0.97% | 1% | - |
| XYZ | 25.61 | 11.25 | 95.43 | - |
| YUV | 69.05 | 232.94 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 255 | 0.54 | 0.97 | 0 | 0 | 266.72 | 1 | 0.52 |
| Hex | 76 | 8 | FF | 36 | 61 | 0 | 0 | 10B | 64 | 34 |
| Octal | 166 | 10 | 377 | 66 | 141 | 0 | 0 | 413 | 144 | 64 |
| Binary | 1110110 | 1000 | 11111111 | 110110 | 1100001 | 0 | 0 | 100001011 | 1100100 | 110100 |
Color Harmonies of #7608FF
Complementary color
Monochromatic Colors of #7608FF
Black with #7608FF
Text Example
Text Example
White with #7608FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7608FF; }
p { color: rgb(118,8,255); }
H1.HeaderClassName
{
color: #7608FF;
}
.AnyTagClassName
{
color: #7608FF;
}
</style>
background-color css
<style>
a { background-color: #7608FF; }
a { background-color: rgb(118,8,255); }
div.DivClassName
{
background-color: #7608FF;
}
.BgClassName
{
background-color: #7608FF;
}
</style>
border-color css
<style>
span { border-color: #7608FF; }
span { border-color: rgb(118,8,255); }
td.TdClassName
{
border-color: #7608FF;
}
.TagClassName
{
border-color: #7608FF;
}
</style>