Shades of Electric Indigo #7F0BFE
Tints of Electric Indigo #7F0BFE
RGB
CMYK
RGB Variations
Color information
#7F0BFE (or 0x7F0BFE) is known color: Electric Indigo. HEX triplet: 7F, 0B and FE. RGB value is (127,11,254). Sum of RGB (Red+Green+Blue) = 127+11+254=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F0BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F0BFE is #80F401. Grayscale: #484848. Windows color (decimal): -8451074 or 16649087. OLE color: 16649087.
HSL color Cylindrical-coordinate representation of color #7F0BFE: hue angle of 268.64º 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 #7F0BFE is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 11 | 254 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.00 |
| HSL | 268.64º | 0.99% | 0.52% | - |
| HSV(B) | 268.64º | 0.96% | 1% | - |
| XYZ | 26.76 | 11.91 | 94.65 | - |
| YUV | 73.39 | 229.93 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 254 | 0.50 | 0.96 | 0 | 0.00 | 268.64 | 0.99 | 0.52 |
| Hex | 7F | B | FE | 32 | 60 | 0 | 0 | 10D | 63 | 34 |
| Octal | 177 | 13 | 376 | 62 | 140 | 0 | 0 | 415 | 143 | 64 |
| Binary | 1111111 | 1011 | 11111110 | 110010 | 1100000 | 0 | 0 | 100001101 | 1100011 | 110100 |
Color Harmonies of #7F0BFE
Complementary color
Monochromatic Colors of #7F0BFE
Black with #7F0BFE
Text Example
Text Example
White with #7F0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0BFE; }
p { color: rgb(127,11,254); }
H1.HeaderClassName
{
color: #7F0BFE;
}
.AnyTagClassName
{
color: #7F0BFE;
}
</style>
background-color css
<style>
a { background-color: #7F0BFE; }
a { background-color: rgb(127,11,254); }
div.DivClassName
{
background-color: #7F0BFE;
}
.BgClassName
{
background-color: #7F0BFE;
}
</style>
border-color css
<style>
span { border-color: #7F0BFE; }
span { border-color: rgb(127,11,254); }
td.TdClassName
{
border-color: #7F0BFE;
}
.TagClassName
{
border-color: #7F0BFE;
}
</style>