Shades of Electric Indigo #7802FE
Tints of Electric Indigo #7802FE
RGB
CMYK
RGB Variations
Color information
#7802FE (or 0x7802FE) is known color: Electric Indigo. HEX triplet: 78, 02 and FE. RGB value is (120,2,254). Sum of RGB (Red+Green+Blue) = 120+2+254=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #7802FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7802FE is #87FD01. Grayscale: #414141. Windows color (decimal): -8912130 or 16646776. OLE color: 16646776.
HSL color Cylindrical-coordinate representation of color #7802FE: hue angle of 268.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7802FE is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 2 | 254 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.00 |
| HSL | 268.1º | 0.99% | 0.5% | - |
| HSV(B) | 268.1º | 0.99% | 1% | - |
| XYZ | 25.66 | 11.19 | 94.57 | - |
| YUV | 66.01 | 234.09 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 2 | 254 | 0.53 | 0.99 | 0 | 0.00 | 268.1 | 0.99 | 0.5 |
| Hex | 78 | 2 | FE | 35 | 63 | 0 | 0 | 10C | 63 | 32 |
| Octal | 170 | 2 | 376 | 65 | 143 | 0 | 0 | 414 | 143 | 62 |
| Binary | 1111000 | 10 | 11111110 | 110101 | 1100011 | 0 | 0 | 100001100 | 1100011 | 110010 |
Color Harmonies of #7802FE
Complementary color
Monochromatic Colors of #7802FE
Black with #7802FE
Text Example
Text Example
White with #7802FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7802FE; }
p { color: rgb(120,2,254); }
H1.HeaderClassName
{
color: #7802FE;
}
.AnyTagClassName
{
color: #7802FE;
}
</style>
background-color css
<style>
a { background-color: #7802FE; }
a { background-color: rgb(120,2,254); }
div.DivClassName
{
background-color: #7802FE;
}
.BgClassName
{
background-color: #7802FE;
}
</style>
border-color css
<style>
span { border-color: #7802FE; }
span { border-color: rgb(120,2,254); }
td.TdClassName
{
border-color: #7802FE;
}
.TagClassName
{
border-color: #7802FE;
}
</style>