Shades of Electric Indigo #8705FF
Tints of Electric Indigo #8705FF
RGB
CMYK
RGB Variations
Color information
#8705FF (or 0x8705FF) is known color: Electric Indigo. HEX triplet: 87, 05 and FF. RGB value is (135,5,255). Sum of RGB (Red+Green+Blue) = 135+5+255=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #8705FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8705FF is #78FA00. Grayscale: #474747. Windows color (decimal): -7928321 or 16713095. OLE color: 16713095.
HSL color Cylindrical-coordinate representation of color #8705FF: hue angle of 271.2º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8705FF is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 5 | 255 | - |
| CMYK | 0.47 | 0.98 | 0 | 0 |
| HSL | 271.2º | 1% | 0.51% | - |
| HSV(B) | 271.2º | 0.98% | 1% | - |
| XYZ | 28.1 | 12.48 | 95.54 | - |
| YUV | 72.37 | 231.07 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 255 | 0.47 | 0.98 | 0 | 0 | 271.2 | 1 | 0.51 |
| Hex | 87 | 5 | FF | 2F | 62 | 0 | 0 | 10F | 64 | 33 |
| Octal | 207 | 5 | 377 | 57 | 142 | 0 | 0 | 417 | 144 | 63 |
| Binary | 10000111 | 101 | 11111111 | 101111 | 1100010 | 0 | 0 | 100001111 | 1100100 | 110011 |
Color Harmonies of #8705FF
Complementary color
Monochromatic Colors of #8705FF
Black with #8705FF
Text Example
Text Example
White with #8705FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8705FF; }
p { color: rgb(135,5,255); }
H1.HeaderClassName
{
color: #8705FF;
}
.AnyTagClassName
{
color: #8705FF;
}
</style>
background-color css
<style>
a { background-color: #8705FF; }
a { background-color: rgb(135,5,255); }
div.DivClassName
{
background-color: #8705FF;
}
.BgClassName
{
background-color: #8705FF;
}
</style>
border-color css
<style>
span { border-color: #8705FF; }
span { border-color: rgb(135,5,255); }
td.TdClassName
{
border-color: #8705FF;
}
.TagClassName
{
border-color: #8705FF;
}
</style>