Shades of Electric Indigo #7608ED
Tints of Electric Indigo #7608ED
RGB
CMYK
RGB Variations
Color information
#7608ED (or 0x7608ED) is known color: Electric Indigo. HEX triplet: 76, 08 and ED. RGB value is (118,8,237). Sum of RGB (Red+Green+Blue) = 118+8+237=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #7608ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7608ED is #89F712. Grayscale: #424242. Windows color (decimal): -9041683 or 15534198. OLE color: 15534198.
HSL color Cylindrical-coordinate representation of color #7608ED: hue angle of 268.82º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7608ED is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 8 | 237 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.07 |
| HSL | 268.82º | 0.93% | 0.48% | - |
| HSV(B) | 268.82º | 0.97% | 0.93% | - |
| XYZ | 22.84 | 10.14 | 80.87 | - |
| YUV | 67 | 223.94 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 237 | 0.50 | 0.97 | 0 | 0.07 | 268.82 | 0.93 | 0.48 |
| Hex | 76 | 8 | ED | 32 | 61 | 0 | 7 | 10D | 5D | 30 |
| Octal | 166 | 10 | 355 | 62 | 141 | 0 | 7 | 415 | 135 | 60 |
| Binary | 1110110 | 1000 | 11101101 | 110010 | 1100001 | 0 | 111 | 100001101 | 1011101 | 110000 |
Color Harmonies of #7608ED
Complementary color
Monochromatic Colors of #7608ED
Black with #7608ED
Text Example
Text Example
White with #7608ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7608ED; }
p { color: rgb(118,8,237); }
H1.HeaderClassName
{
color: #7608ED;
}
.AnyTagClassName
{
color: #7608ED;
}
</style>
background-color css
<style>
a { background-color: #7608ED; }
a { background-color: rgb(118,8,237); }
div.DivClassName
{
background-color: #7608ED;
}
.BgClassName
{
background-color: #7608ED;
}
</style>
border-color css
<style>
span { border-color: #7608ED; }
span { border-color: rgb(118,8,237); }
td.TdClassName
{
border-color: #7608ED;
}
.TagClassName
{
border-color: #7608ED;
}
</style>