Shades of Electric Indigo #760EEF
Tints of Electric Indigo #760EEF
RGB
CMYK
RGB Variations
Color information
#760EEF (or 0x760EEF) is known color: Electric Indigo. HEX triplet: 76, 0E and EF. RGB value is (118,14,239). Sum of RGB (Red+Green+Blue) = 118+14+239=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #760EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760EEF is #89F110. Grayscale: #454545. Windows color (decimal): -9040145 or 15666806. OLE color: 15666806.
HSL color Cylindrical-coordinate representation of color #760EEF: hue angle of 267.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760EEF is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 14 | 239 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.06 |
| HSL | 267.73º | 0.89% | 0.5% | - |
| HSV(B) | 267.73º | 0.94% | 0.94% | - |
| XYZ | 23.21 | 10.4 | 82.45 | - |
| YUV | 70.75 | 222.96 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 239 | 0.51 | 0.94 | 0 | 0.06 | 267.73 | 0.89 | 0.5 |
| Hex | 76 | E | EF | 33 | 5E | 0 | 6 | 10C | 59 | 32 |
| Octal | 166 | 16 | 357 | 63 | 136 | 0 | 6 | 414 | 131 | 62 |
| Binary | 1110110 | 1110 | 11101111 | 110011 | 1011110 | 0 | 110 | 100001100 | 1011001 | 110010 |
Color Harmonies of #760EEF
Complementary color
Monochromatic Colors of #760EEF
Black with #760EEF
Text Example
Text Example
White with #760EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760EEF; }
p { color: rgb(118,14,239); }
H1.HeaderClassName
{
color: #760EEF;
}
.AnyTagClassName
{
color: #760EEF;
}
</style>
background-color css
<style>
a { background-color: #760EEF; }
a { background-color: rgb(118,14,239); }
div.DivClassName
{
background-color: #760EEF;
}
.BgClassName
{
background-color: #760EEF;
}
</style>
border-color css
<style>
span { border-color: #760EEF; }
span { border-color: rgb(118,14,239); }
td.TdClassName
{
border-color: #760EEF;
}
.TagClassName
{
border-color: #760EEF;
}
</style>