Shades of Electric Indigo #8711FE
Tints of Electric Indigo #8711FE
RGB
CMYK
RGB Variations
Color information
#8711FE (or 0x8711FE) is known color: Electric Indigo. HEX triplet: 87, 11 and FE. RGB value is (135,17,254). Sum of RGB (Red+Green+Blue) = 135+17+254=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #8711FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8711FE is #78EE01. Grayscale: #4E4E4E. Windows color (decimal): -7925250 or 16650631. OLE color: 16650631.
HSL color Cylindrical-coordinate representation of color #8711FE: hue angle of 269.87º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8711FE is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 17 | 254 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.00 |
| HSL | 269.87º | 0.99% | 0.53% | - |
| HSV(B) | 269.87º | 0.93% | 1% | - |
| XYZ | 28.08 | 12.71 | 94.74 | - |
| YUV | 79.3 | 226.59 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 254 | 0.47 | 0.93 | 0 | 0.00 | 269.87 | 0.99 | 0.53 |
| Hex | 87 | 11 | FE | 2F | 5D | 0 | 0 | 10E | 63 | 35 |
| Octal | 207 | 21 | 376 | 57 | 135 | 0 | 0 | 416 | 143 | 65 |
| Binary | 10000111 | 10001 | 11111110 | 101111 | 1011101 | 0 | 0 | 100001110 | 1100011 | 110101 |
Color Harmonies of #8711FE
Complementary color
Monochromatic Colors of #8711FE
Black with #8711FE
Text Example
Text Example
White with #8711FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8711FE; }
p { color: rgb(135,17,254); }
H1.HeaderClassName
{
color: #8711FE;
}
.AnyTagClassName
{
color: #8711FE;
}
</style>
background-color css
<style>
a { background-color: #8711FE; }
a { background-color: rgb(135,17,254); }
div.DivClassName
{
background-color: #8711FE;
}
.BgClassName
{
background-color: #8711FE;
}
</style>
border-color css
<style>
span { border-color: #8711FE; }
span { border-color: rgb(135,17,254); }
td.TdClassName
{
border-color: #8711FE;
}
.TagClassName
{
border-color: #8711FE;
}
</style>