Shades of Electric Indigo #7C09EF
Tints of Electric Indigo #7C09EF
RGB
CMYK
RGB Variations
Color information
#7C09EF (or 0x7C09EF) is known color: Electric Indigo. HEX triplet: 7C, 09 and EF. RGB value is (124,9,239). Sum of RGB (Red+Green+Blue) = 124+9+239=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C09EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C09EF is #83F610. Grayscale: #444444. Windows color (decimal): -8648209 or 15665532. OLE color: 15665532.
HSL color Cylindrical-coordinate representation of color #7C09EF: hue angle of 270º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C09EF is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 9 | 239 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.06 |
| HSL | 270º | 0.93% | 0.49% | - |
| HSV(B) | 270º | 0.96% | 0.94% | - |
| XYZ | 23.99 | 10.71 | 82.46 | - |
| YUV | 69.61 | 223.6 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 9 | 239 | 0.48 | 0.96 | 0 | 0.06 | 270 | 0.93 | 0.49 |
| Hex | 7C | 9 | EF | 30 | 60 | 0 | 6 | 10E | 5D | 31 |
| Octal | 174 | 11 | 357 | 60 | 140 | 0 | 6 | 416 | 135 | 61 |
| Binary | 1111100 | 1001 | 11101111 | 110000 | 1100000 | 0 | 110 | 100001110 | 1011101 | 110001 |
Color Harmonies of #7C09EF
Complementary color
Monochromatic Colors of #7C09EF
Black with #7C09EF
Text Example
Text Example
White with #7C09EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C09EF; }
p { color: rgb(124,9,239); }
H1.HeaderClassName
{
color: #7C09EF;
}
.AnyTagClassName
{
color: #7C09EF;
}
</style>
background-color css
<style>
a { background-color: #7C09EF; }
a { background-color: rgb(124,9,239); }
div.DivClassName
{
background-color: #7C09EF;
}
.BgClassName
{
background-color: #7C09EF;
}
</style>
border-color css
<style>
span { border-color: #7C09EF; }
span { border-color: rgb(124,9,239); }
td.TdClassName
{
border-color: #7C09EF;
}
.TagClassName
{
border-color: #7C09EF;
}
</style>