Shades of Electric Indigo #7A09EA
Tints of Electric Indigo #7A09EA
RGB
CMYK
RGB Variations
Color information
#7A09EA (or 0x7A09EA) is known color: Electric Indigo. HEX triplet: 7A, 09 and EA. RGB value is (122,9,234). Sum of RGB (Red+Green+Blue) = 122+9+234=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A09EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A09EA is #85F615. Grayscale: #434343. Windows color (decimal): -8779286 or 15337850. OLE color: 15337850.
HSL color Cylindrical-coordinate representation of color #7A09EA: hue angle of 270.13º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A09EA is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 9 | 234 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.08 |
| HSL | 270.13º | 0.93% | 0.48% | - |
| HSV(B) | 270.13º | 0.96% | 0.92% | - |
| XYZ | 22.98 | 10.27 | 78.61 | - |
| YUV | 68.44 | 221.44 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 234 | 0.48 | 0.96 | 0 | 0.08 | 270.13 | 0.93 | 0.48 |
| Hex | 7A | 9 | EA | 30 | 60 | 0 | 8 | 10E | 5D | 30 |
| Octal | 172 | 11 | 352 | 60 | 140 | 0 | 10 | 416 | 135 | 60 |
| Binary | 1111010 | 1001 | 11101010 | 110000 | 1100000 | 0 | 1000 | 100001110 | 1011101 | 110000 |
Color Harmonies of #7A09EA
Complementary color
Monochromatic Colors of #7A09EA
Black with #7A09EA
Text Example
Text Example
White with #7A09EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A09EA; }
p { color: rgb(122,9,234); }
H1.HeaderClassName
{
color: #7A09EA;
}
.AnyTagClassName
{
color: #7A09EA;
}
</style>
background-color css
<style>
a { background-color: #7A09EA; }
a { background-color: rgb(122,9,234); }
div.DivClassName
{
background-color: #7A09EA;
}
.BgClassName
{
background-color: #7A09EA;
}
</style>
border-color css
<style>
span { border-color: #7A09EA; }
span { border-color: rgb(122,9,234); }
td.TdClassName
{
border-color: #7A09EA;
}
.TagClassName
{
border-color: #7A09EA;
}
</style>