Shades of Electric Indigo #7F09FE
Tints of Electric Indigo #7F09FE
RGB
CMYK
RGB Variations
Color information
#7F09FE (or 0x7F09FE) is known color: Electric Indigo. HEX triplet: 7F, 09 and FE. RGB value is (127,9,254). Sum of RGB (Red+Green+Blue) = 127+9+254=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 9 (3.91% from 255 or 2.31% 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 #7F09FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F09FE is #80F601. Grayscale: #474747. Windows color (decimal): -8451586 or 16648575. OLE color: 16648575.
HSL color Cylindrical-coordinate representation of color #7F09FE: hue angle of 268.9º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F09FE is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 9 | 254 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.00 |
| HSL | 268.9º | 0.99% | 0.52% | - |
| HSV(B) | 268.9º | 0.96% | 1% | - |
| XYZ | 26.74 | 11.86 | 94.65 | - |
| YUV | 72.21 | 230.59 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 254 | 0.50 | 0.96 | 0 | 0.00 | 268.9 | 0.99 | 0.52 |
| Hex | 7F | 9 | FE | 32 | 60 | 0 | 0 | 10D | 63 | 34 |
| Octal | 177 | 11 | 376 | 62 | 140 | 0 | 0 | 415 | 143 | 64 |
| Binary | 1111111 | 1001 | 11111110 | 110010 | 1100000 | 0 | 0 | 100001101 | 1100011 | 110100 |
Color Harmonies of #7F09FE
Complementary color
Monochromatic Colors of #7F09FE
Black with #7F09FE
Text Example
Text Example
White with #7F09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F09FE; }
p { color: rgb(127,9,254); }
H1.HeaderClassName
{
color: #7F09FE;
}
.AnyTagClassName
{
color: #7F09FE;
}
</style>
background-color css
<style>
a { background-color: #7F09FE; }
a { background-color: rgb(127,9,254); }
div.DivClassName
{
background-color: #7F09FE;
}
.BgClassName
{
background-color: #7F09FE;
}
</style>
border-color css
<style>
span { border-color: #7F09FE; }
span { border-color: rgb(127,9,254); }
td.TdClassName
{
border-color: #7F09FE;
}
.TagClassName
{
border-color: #7F09FE;
}
</style>