Shades of Electric Indigo #8702FE
Tints of Electric Indigo #8702FE
RGB
CMYK
RGB Variations
Color information
#8702FE (or 0x8702FE) is known color: Electric Indigo. HEX triplet: 87, 02 and FE. RGB value is (135,2,254). Sum of RGB (Red+Green+Blue) = 135+2+254=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #8702FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8702FE is #78FD01. Grayscale: #454545. Windows color (decimal): -7929090 or 16646791. OLE color: 16646791.
HSL color Cylindrical-coordinate representation of color #8702FE: hue angle of 271.67º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702FE is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 2 | 254 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.00 |
| HSL | 271.67º | 0.99% | 0.5% | - |
| HSV(B) | 271.67º | 0.99% | 1% | - |
| XYZ | 27.9 | 12.35 | 94.68 | - |
| YUV | 70.5 | 231.56 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 254 | 0.47 | 0.99 | 0 | 0.00 | 271.67 | 0.99 | 0.5 |
| Hex | 87 | 2 | FE | 2F | 63 | 0 | 0 | 110 | 63 | 32 |
| Octal | 207 | 2 | 376 | 57 | 143 | 0 | 0 | 420 | 143 | 62 |
| Binary | 10000111 | 10 | 11111110 | 101111 | 1100011 | 0 | 0 | 100010000 | 1100011 | 110010 |
Color Harmonies of #8702FE
Complementary color
Monochromatic Colors of #8702FE
Black with #8702FE
Text Example
Text Example
White with #8702FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8702FE; }
p { color: rgb(135,2,254); }
H1.HeaderClassName
{
color: #8702FE;
}
.AnyTagClassName
{
color: #8702FE;
}
</style>
background-color css
<style>
a { background-color: #8702FE; }
a { background-color: rgb(135,2,254); }
div.DivClassName
{
background-color: #8702FE;
}
.BgClassName
{
background-color: #8702FE;
}
</style>
border-color css
<style>
span { border-color: #8702FE; }
span { border-color: rgb(135,2,254); }
td.TdClassName
{
border-color: #8702FE;
}
.TagClassName
{
border-color: #8702FE;
}
</style>