Shades of Electric Indigo #7A09FC
Tints of Electric Indigo #7A09FC
RGB
CMYK
RGB Variations
Color information
#7A09FC (or 0x7A09FC) is known color: Electric Indigo. HEX triplet: 7A, 09 and FC. RGB value is (122,9,252). Sum of RGB (Red+Green+Blue) = 122+9+252=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A09FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A09FC is #85F603. Grayscale: #454545. Windows color (decimal): -8779268 or 16517498. OLE color: 16517498.
HSL color Cylindrical-coordinate representation of color #7A09FC: hue angle of 267.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A09FC is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 9 | 252 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.01 |
| HSL | 267.9º | 0.98% | 0.51% | - |
| HSV(B) | 267.9º | 0.96% | 0.99% | - |
| XYZ | 25.69 | 11.36 | 92.93 | - |
| YUV | 70.49 | 230.44 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 252 | 0.52 | 0.96 | 0 | 0.01 | 267.9 | 0.98 | 0.51 |
| Hex | 7A | 9 | FC | 34 | 60 | 0 | 1 | 10C | 62 | 33 |
| Octal | 172 | 11 | 374 | 64 | 140 | 0 | 1 | 414 | 142 | 63 |
| Binary | 1111010 | 1001 | 11111100 | 110100 | 1100000 | 0 | 1 | 100001100 | 1100010 | 110011 |
Color Harmonies of #7A09FC
Complementary color
Monochromatic Colors of #7A09FC
Black with #7A09FC
Text Example
Text Example
White with #7A09FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A09FC; }
p { color: rgb(122,9,252); }
H1.HeaderClassName
{
color: #7A09FC;
}
.AnyTagClassName
{
color: #7A09FC;
}
</style>
background-color css
<style>
a { background-color: #7A09FC; }
a { background-color: rgb(122,9,252); }
div.DivClassName
{
background-color: #7A09FC;
}
.BgClassName
{
background-color: #7A09FC;
}
</style>
border-color css
<style>
span { border-color: #7A09FC; }
span { border-color: rgb(122,9,252); }
td.TdClassName
{
border-color: #7A09FC;
}
.TagClassName
{
border-color: #7A09FC;
}
</style>