Shades of Electric Indigo #7902EC
Tints of Electric Indigo #7902EC
RGB
CMYK
RGB Variations
Color information
#7902EC (or 0x7902EC) is known color: Electric Indigo. HEX triplet: 79, 02 and EC. RGB value is (121,2,236). Sum of RGB (Red+Green+Blue) = 121+2+236=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #7902EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7902EC is #86FD13. Grayscale: #3F3F3F. Windows color (decimal): -8846612 or 15467129. OLE color: 15467129.
HSL color Cylindrical-coordinate representation of color #7902EC: hue angle of 270.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7902EC is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 2 | 236 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.07 |
| HSL | 270.51º | 0.98% | 0.47% | - |
| HSV(B) | 270.51º | 0.99% | 0.93% | - |
| XYZ | 23.05 | 10.16 | 80.1 | - |
| YUV | 64.26 | 224.92 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 236 | 0.49 | 0.99 | 0 | 0.07 | 270.51 | 0.98 | 0.47 |
| Hex | 79 | 2 | EC | 31 | 63 | 0 | 7 | 10F | 62 | 2F |
| Octal | 171 | 2 | 354 | 61 | 143 | 0 | 7 | 417 | 142 | 57 |
| Binary | 1111001 | 10 | 11101100 | 110001 | 1100011 | 0 | 111 | 100001111 | 1100010 | 101111 |
Color Harmonies of #7902EC
Complementary color
Monochromatic Colors of #7902EC
Black with #7902EC
Text Example
Text Example
White with #7902EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7902EC; }
p { color: rgb(121,2,236); }
H1.HeaderClassName
{
color: #7902EC;
}
.AnyTagClassName
{
color: #7902EC;
}
</style>
background-color css
<style>
a { background-color: #7902EC; }
a { background-color: rgb(121,2,236); }
div.DivClassName
{
background-color: #7902EC;
}
.BgClassName
{
background-color: #7902EC;
}
</style>
border-color css
<style>
span { border-color: #7902EC; }
span { border-color: rgb(121,2,236); }
td.TdClassName
{
border-color: #7902EC;
}
.TagClassName
{
border-color: #7902EC;
}
</style>