Shades of Electric Indigo #7902F6
Tints of Electric Indigo #7902F6
RGB
CMYK
RGB Variations
Color information
#7902F6 (or 0x7902F6) is known color: Electric Indigo. HEX triplet: 79, 02 and F6. RGB value is (121,2,246). Sum of RGB (Red+Green+Blue) = 121+2+246=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 246 (96.48% from 255 or 66.67% from 369); Max value from RGB is 246 - color contains mainly: blue. Hex color #7902F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7902F6 is #86FD09. Grayscale: #404040. Windows color (decimal): -8846602 or 16122489. OLE color: 16122489.
HSL color Cylindrical-coordinate representation of color #7902F6: hue angle of 269.26º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7902F6 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 2 | 246 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.04 |
| HSL | 269.26º | 0.98% | 0.49% | - |
| HSV(B) | 269.26º | 0.99% | 0.96% | - |
| XYZ | 24.54 | 10.76 | 87.97 | - |
| YUV | 65.4 | 229.92 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 2 | 246 | 0.51 | 0.99 | 0 | 0.04 | 269.26 | 0.98 | 0.49 |
| Hex | 79 | 2 | F6 | 33 | 63 | 0 | 4 | 10D | 62 | 31 |
| Octal | 171 | 2 | 366 | 63 | 143 | 0 | 4 | 415 | 142 | 61 |
| Binary | 1111001 | 10 | 11110110 | 110011 | 1100011 | 0 | 100 | 100001101 | 1100010 | 110001 |
Color Harmonies of #7902F6
Complementary color
Monochromatic Colors of #7902F6
Black with #7902F6
Text Example
Text Example
White with #7902F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7902F6; }
p { color: rgb(121,2,246); }
H1.HeaderClassName
{
color: #7902F6;
}
.AnyTagClassName
{
color: #7902F6;
}
</style>
background-color css
<style>
a { background-color: #7902F6; }
a { background-color: rgb(121,2,246); }
div.DivClassName
{
background-color: #7902F6;
}
.BgClassName
{
background-color: #7902F6;
}
</style>
border-color css
<style>
span { border-color: #7902F6; }
span { border-color: rgb(121,2,246); }
td.TdClassName
{
border-color: #7902F6;
}
.TagClassName
{
border-color: #7902F6;
}
</style>