Shades of Electric Indigo #8502FC
Tints of Electric Indigo #8502FC
RGB
CMYK
RGB Variations
Color information
#8502FC (or 0x8502FC) is known color: Electric Indigo. HEX triplet: 85, 02 and FC. RGB value is (133,2,252). Sum of RGB (Red+Green+Blue) = 133+2+252=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #8502FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8502FC is #7AFD03. Grayscale: #444444. Windows color (decimal): -8060164 or 16515717. OLE color: 16515717.
HSL color Cylindrical-coordinate representation of color #8502FC: hue angle of 271.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8502FC is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 2 | 252 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.01 |
| HSL | 271.44º | 0.98% | 0.5% | - |
| HSV(B) | 271.44º | 0.99% | 0.99% | - |
| XYZ | 27.27 | 12.06 | 92.99 | - |
| YUV | 69.67 | 230.9 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 252 | 0.47 | 0.99 | 0 | 0.01 | 271.44 | 0.98 | 0.5 |
| Hex | 85 | 2 | FC | 2F | 63 | 0 | 1 | 10F | 62 | 32 |
| Octal | 205 | 2 | 374 | 57 | 143 | 0 | 1 | 417 | 142 | 62 |
| Binary | 10000101 | 10 | 11111100 | 101111 | 1100011 | 0 | 1 | 100001111 | 1100010 | 110010 |
Color Harmonies of #8502FC
Complementary color
Monochromatic Colors of #8502FC
Black with #8502FC
Text Example
Text Example
White with #8502FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8502FC; }
p { color: rgb(133,2,252); }
H1.HeaderClassName
{
color: #8502FC;
}
.AnyTagClassName
{
color: #8502FC;
}
</style>
background-color css
<style>
a { background-color: #8502FC; }
a { background-color: rgb(133,2,252); }
div.DivClassName
{
background-color: #8502FC;
}
.BgClassName
{
background-color: #8502FC;
}
</style>
border-color css
<style>
span { border-color: #8502FC; }
span { border-color: rgb(133,2,252); }
td.TdClassName
{
border-color: #8502FC;
}
.TagClassName
{
border-color: #8502FC;
}
</style>