Shades of Electric Indigo #750EE8
Tints of Electric Indigo #750EE8
RGB
CMYK
RGB Variations
Color information
#750EE8 (or 0x750EE8) is known color: Electric Indigo. HEX triplet: 75, 0E and E8. RGB value is (117,14,232). Sum of RGB (Red+Green+Blue) = 117+14+232=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 232 (91.02% from 255 or 63.91% from 363); Max value from RGB is 232 - color contains mainly: blue. Hex color #750EE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #750EE8 is #8AF117. Grayscale: #444444. Windows color (decimal): -9105688 or 15208053. OLE color: 15208053.
HSL color Cylindrical-coordinate representation of color #750EE8: hue angle of 268.35º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750EE8 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 14 | 232 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.09 |
| HSL | 268.35º | 0.89% | 0.48% | - |
| HSV(B) | 268.35º | 0.94% | 0.91% | - |
| XYZ | 22.06 | 9.92 | 77.1 | - |
| YUV | 69.65 | 219.62 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 14 | 232 | 0.50 | 0.94 | 0 | 0.09 | 268.35 | 0.89 | 0.48 |
| Hex | 75 | E | E8 | 32 | 5E | 0 | 9 | 10C | 59 | 30 |
| Octal | 165 | 16 | 350 | 62 | 136 | 0 | 11 | 414 | 131 | 60 |
| Binary | 1110101 | 1110 | 11101000 | 110010 | 1011110 | 0 | 1001 | 100001100 | 1011001 | 110000 |
Color Harmonies of #750EE8
Complementary color
Monochromatic Colors of #750EE8
Black with #750EE8
Text Example
Text Example
White with #750EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750EE8; }
p { color: rgb(117,14,232); }
H1.HeaderClassName
{
color: #750EE8;
}
.AnyTagClassName
{
color: #750EE8;
}
</style>
background-color css
<style>
a { background-color: #750EE8; }
a { background-color: rgb(117,14,232); }
div.DivClassName
{
background-color: #750EE8;
}
.BgClassName
{
background-color: #750EE8;
}
</style>
border-color css
<style>
span { border-color: #750EE8; }
span { border-color: rgb(117,14,232); }
td.TdClassName
{
border-color: #750EE8;
}
.TagClassName
{
border-color: #750EE8;
}
</style>