Shades of Electric Indigo #7902EA
Tints of Electric Indigo #7902EA
RGB
CMYK
RGB Variations
Color information
#7902EA (or 0x7902EA) is known color: Electric Indigo. HEX triplet: 79, 02 and EA. RGB value is (121,2,234). Sum of RGB (Red+Green+Blue) = 121+2+234=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #7902EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7902EA is #86FD15. Grayscale: #3F3F3F. Windows color (decimal): -8846614 or 15336057. OLE color: 15336057.
HSL color Cylindrical-coordinate representation of color #7902EA: hue angle of 270.78º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7902EA is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 2 | 234 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.08 |
| HSL | 270.78º | 0.98% | 0.46% | - |
| HSV(B) | 270.78º | 0.99% | 0.92% | - |
| XYZ | 22.76 | 10.05 | 78.58 | - |
| YUV | 64.03 | 223.92 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 234 | 0.48 | 0.99 | 0 | 0.08 | 270.78 | 0.98 | 0.46 |
| Hex | 79 | 2 | EA | 30 | 63 | 0 | 8 | 10F | 62 | 2E |
| Octal | 171 | 2 | 352 | 60 | 143 | 0 | 10 | 417 | 142 | 56 |
| Binary | 1111001 | 10 | 11101010 | 110000 | 1100011 | 0 | 1000 | 100001111 | 1100010 | 101110 |
Color Harmonies of #7902EA
Complementary color
Monochromatic Colors of #7902EA
Black with #7902EA
Text Example
Text Example
White with #7902EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7902EA; }
p { color: rgb(121,2,234); }
H1.HeaderClassName
{
color: #7902EA;
}
.AnyTagClassName
{
color: #7902EA;
}
</style>
background-color css
<style>
a { background-color: #7902EA; }
a { background-color: rgb(121,2,234); }
div.DivClassName
{
background-color: #7902EA;
}
.BgClassName
{
background-color: #7902EA;
}
</style>
border-color css
<style>
span { border-color: #7902EA; }
span { border-color: rgb(121,2,234); }
td.TdClassName
{
border-color: #7902EA;
}
.TagClassName
{
border-color: #7902EA;
}
</style>