Shades of Electric Indigo #7708EC
Tints of Electric Indigo #7708EC
RGB
CMYK
RGB Variations
Color information
#7708EC (or 0x7708EC) is known color: Electric Indigo. HEX triplet: 77, 08 and EC. RGB value is (119,8,236). Sum of RGB (Red+Green+Blue) = 119+8+236=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #7708EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7708EC is #88F713. Grayscale: #424242. Windows color (decimal): -8976148 or 15468663. OLE color: 15468663.
HSL color Cylindrical-coordinate representation of color #7708EC: hue angle of 269.21º 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 #7708EC is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 8 | 236 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.07 |
| HSL | 269.21º | 0.93% | 0.48% | - |
| HSV(B) | 269.21º | 0.97% | 0.93% | - |
| XYZ | 22.83 | 10.15 | 80.11 | - |
| YUV | 67.18 | 223.27 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 8 | 236 | 0.50 | 0.97 | 0 | 0.07 | 269.21 | 0.93 | 0.48 |
| Hex | 77 | 8 | EC | 32 | 61 | 0 | 7 | 10D | 5D | 30 |
| Octal | 167 | 10 | 354 | 62 | 141 | 0 | 7 | 415 | 135 | 60 |
| Binary | 1110111 | 1000 | 11101100 | 110010 | 1100001 | 0 | 111 | 100001101 | 1011101 | 110000 |
Color Harmonies of #7708EC
Complementary color
Monochromatic Colors of #7708EC
Black with #7708EC
Text Example
Text Example
White with #7708EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7708EC; }
p { color: rgb(119,8,236); }
H1.HeaderClassName
{
color: #7708EC;
}
.AnyTagClassName
{
color: #7708EC;
}
</style>
background-color css
<style>
a { background-color: #7708EC; }
a { background-color: rgb(119,8,236); }
div.DivClassName
{
background-color: #7708EC;
}
.BgClassName
{
background-color: #7708EC;
}
</style>
border-color css
<style>
span { border-color: #7708EC; }
span { border-color: rgb(119,8,236); }
td.TdClassName
{
border-color: #7708EC;
}
.TagClassName
{
border-color: #7708EC;
}
</style>