Shades of Electric Indigo #8C05FE
Tints of Electric Indigo #8C05FE
RGB
CMYK
RGB Variations
Color information
#8C05FE (or 0x8C05FE) is known color: Electric Indigo. HEX triplet: 8C, 05 and FE. RGB value is (140,5,254). Sum of RGB (Red+Green+Blue) = 140+5+254=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C05FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C05FE is #73FA01. Grayscale: #484848. Windows color (decimal): -7600642 or 16647564. OLE color: 16647564.
HSL color Cylindrical-coordinate representation of color #8C05FE: hue angle of 272.53º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C05FE is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 5 | 254 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.00 |
| HSL | 272.53º | 0.99% | 0.51% | - |
| HSV(B) | 272.53º | 0.98% | 1% | - |
| XYZ | 28.76 | 12.84 | 94.73 | - |
| YUV | 73.75 | 229.73 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 254 | 0.45 | 0.98 | 0 | 0.00 | 272.53 | 0.99 | 0.51 |
| Hex | 8C | 5 | FE | 2D | 62 | 0 | 0 | 111 | 63 | 33 |
| Octal | 214 | 5 | 376 | 55 | 142 | 0 | 0 | 421 | 143 | 63 |
| Binary | 10001100 | 101 | 11111110 | 101101 | 1100010 | 0 | 0 | 100010001 | 1100011 | 110011 |
Color Harmonies of #8C05FE
Complementary color
Monochromatic Colors of #8C05FE
Black with #8C05FE
Text Example
Text Example
White with #8C05FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C05FE; }
p { color: rgb(140,5,254); }
H1.HeaderClassName
{
color: #8C05FE;
}
.AnyTagClassName
{
color: #8C05FE;
}
</style>
background-color css
<style>
a { background-color: #8C05FE; }
a { background-color: rgb(140,5,254); }
div.DivClassName
{
background-color: #8C05FE;
}
.BgClassName
{
background-color: #8C05FE;
}
</style>
border-color css
<style>
span { border-color: #8C05FE; }
span { border-color: rgb(140,5,254); }
td.TdClassName
{
border-color: #8C05FE;
}
.TagClassName
{
border-color: #8C05FE;
}
</style>