Shades of Electric Indigo #8702FA
Tints of Electric Indigo #8702FA
RGB
CMYK
RGB Variations
Color information
#8702FA (or 0x8702FA) is known color: Electric Indigo. HEX triplet: 87, 02 and FA. RGB value is (135,2,250). Sum of RGB (Red+Green+Blue) = 135+2+250=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #8702FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8702FA is #78FD05. Grayscale: #454545. Windows color (decimal): -7929094 or 16384647. OLE color: 16384647.
HSL color Cylindrical-coordinate representation of color #8702FA: hue angle of 272.18º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8702FA is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 2 | 250 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.02 |
| HSL | 272.18º | 0.98% | 0.49% | - |
| HSV(B) | 272.18º | 0.99% | 0.98% | - |
| XYZ | 27.27 | 12.1 | 91.34 | - |
| YUV | 70.04 | 229.56 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 250 | 0.46 | 0.99 | 0 | 0.02 | 272.18 | 0.98 | 0.49 |
| Hex | 87 | 2 | FA | 2E | 63 | 0 | 2 | 110 | 62 | 31 |
| Octal | 207 | 2 | 372 | 56 | 143 | 0 | 2 | 420 | 142 | 61 |
| Binary | 10000111 | 10 | 11111010 | 101110 | 1100011 | 0 | 10 | 100010000 | 1100010 | 110001 |
Color Harmonies of #8702FA
Complementary color
Monochromatic Colors of #8702FA
Black with #8702FA
Text Example
Text Example
White with #8702FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8702FA; }
p { color: rgb(135,2,250); }
H1.HeaderClassName
{
color: #8702FA;
}
.AnyTagClassName
{
color: #8702FA;
}
</style>
background-color css
<style>
a { background-color: #8702FA; }
a { background-color: rgb(135,2,250); }
div.DivClassName
{
background-color: #8702FA;
}
.BgClassName
{
background-color: #8702FA;
}
</style>
border-color css
<style>
span { border-color: #8702FA; }
span { border-color: rgb(135,2,250); }
td.TdClassName
{
border-color: #8702FA;
}
.TagClassName
{
border-color: #8702FA;
}
</style>