Shades of Electric Indigo #7A0EFE
Tints of Electric Indigo #7A0EFE
RGB
CMYK
RGB Variations
Color information
#7A0EFE (or 0x7A0EFE) is known color: Electric Indigo. HEX triplet: 7A, 0E and FE. RGB value is (122,14,254). Sum of RGB (Red+Green+Blue) = 122+14+254=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A0EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0EFE is #85F101. Grayscale: #484848. Windows color (decimal): -8777986 or 16649850. OLE color: 16649850.
HSL color Cylindrical-coordinate representation of color #7A0EFE: hue angle of 267º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0EFE is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 14 | 254 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.00 |
| HSL | 267º | 0.99% | 0.53% | - |
| HSV(B) | 267º | 0.94% | 1% | - |
| XYZ | 26.07 | 11.61 | 94.63 | - |
| YUV | 73.65 | 229.78 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 14 | 254 | 0.52 | 0.94 | 0 | 0.00 | 267 | 0.99 | 0.53 |
| Hex | 7A | E | FE | 34 | 5E | 0 | 0 | 10B | 63 | 35 |
| Octal | 172 | 16 | 376 | 64 | 136 | 0 | 0 | 413 | 143 | 65 |
| Binary | 1111010 | 1110 | 11111110 | 110100 | 1011110 | 0 | 0 | 100001011 | 1100011 | 110101 |
Color Harmonies of #7A0EFE
Complementary color
Monochromatic Colors of #7A0EFE
Black with #7A0EFE
Text Example
Text Example
White with #7A0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0EFE; }
p { color: rgb(122,14,254); }
H1.HeaderClassName
{
color: #7A0EFE;
}
.AnyTagClassName
{
color: #7A0EFE;
}
</style>
background-color css
<style>
a { background-color: #7A0EFE; }
a { background-color: rgb(122,14,254); }
div.DivClassName
{
background-color: #7A0EFE;
}
.BgClassName
{
background-color: #7A0EFE;
}
</style>
border-color css
<style>
span { border-color: #7A0EFE; }
span { border-color: rgb(122,14,254); }
td.TdClassName
{
border-color: #7A0EFE;
}
.TagClassName
{
border-color: #7A0EFE;
}
</style>