Shades of Electric Indigo #7916FE
Tints of Electric Indigo #7916FE
RGB
CMYK
RGB Variations
Color information
#7916FE (or 0x7916FE) is known color: Electric Indigo. HEX triplet: 79, 16 and FE. RGB value is (121,22,254). Sum of RGB (Red+Green+Blue) = 121+22+254=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #7916FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7916FE is #86E901. Grayscale: #4D4D4D. Windows color (decimal): -8841474 or 16651897. OLE color: 16651897.
HSL color Cylindrical-coordinate representation of color #7916FE: hue angle of 265.6º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7916FE is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 22 | 254 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.00 |
| HSL | 265.6º | 0.99% | 0.54% | - |
| HSV(B) | 265.6º | 0.91% | 1% | - |
| XYZ | 26.06 | 11.79 | 94.67 | - |
| YUV | 78.05 | 227.3 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 22 | 254 | 0.52 | 0.91 | 0 | 0.00 | 265.6 | 0.99 | 0.54 |
| Hex | 79 | 16 | FE | 34 | 5B | 0 | 0 | 10A | 63 | 36 |
| Octal | 171 | 26 | 376 | 64 | 133 | 0 | 0 | 412 | 143 | 66 |
| Binary | 1111001 | 10110 | 11111110 | 110100 | 1011011 | 0 | 0 | 100001010 | 1100011 | 110110 |
Color Harmonies of #7916FE
Complementary color
Monochromatic Colors of #7916FE
Black with #7916FE
Text Example
Text Example
White with #7916FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7916FE; }
p { color: rgb(121,22,254); }
H1.HeaderClassName
{
color: #7916FE;
}
.AnyTagClassName
{
color: #7916FE;
}
</style>
background-color css
<style>
a { background-color: #7916FE; }
a { background-color: rgb(121,22,254); }
div.DivClassName
{
background-color: #7916FE;
}
.BgClassName
{
background-color: #7916FE;
}
</style>
border-color css
<style>
span { border-color: #7916FE; }
span { border-color: rgb(121,22,254); }
td.TdClassName
{
border-color: #7916FE;
}
.TagClassName
{
border-color: #7916FE;
}
</style>