Shades of Electric Indigo #8506FE
Tints of Electric Indigo #8506FE
RGB
CMYK
RGB Variations
Color information
#8506FE (or 0x8506FE) is known color: Electric Indigo. HEX triplet: 85, 06 and FE. RGB value is (133,6,254). Sum of RGB (Red+Green+Blue) = 133+6+254=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #8506FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8506FE is #7AF901. Grayscale: #474747. Windows color (decimal): -8059138 or 16647813. OLE color: 16647813.
HSL color Cylindrical-coordinate representation of color #8506FE: hue angle of 270.73º 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 #8506FE is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 6 | 254 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.00 |
| HSL | 270.73º | 0.99% | 0.51% | - |
| HSV(B) | 270.73º | 0.98% | 1% | - |
| XYZ | 27.63 | 12.27 | 94.68 | - |
| YUV | 72.25 | 230.58 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 254 | 0.48 | 0.98 | 0 | 0.00 | 270.73 | 0.99 | 0.51 |
| Hex | 85 | 6 | FE | 30 | 62 | 0 | 0 | 10F | 63 | 33 |
| Octal | 205 | 6 | 376 | 60 | 142 | 0 | 0 | 417 | 143 | 63 |
| Binary | 10000101 | 110 | 11111110 | 110000 | 1100010 | 0 | 0 | 100001111 | 1100011 | 110011 |
Color Harmonies of #8506FE
Complementary color
Monochromatic Colors of #8506FE
Black with #8506FE
Text Example
Text Example
White with #8506FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8506FE; }
p { color: rgb(133,6,254); }
H1.HeaderClassName
{
color: #8506FE;
}
.AnyTagClassName
{
color: #8506FE;
}
</style>
background-color css
<style>
a { background-color: #8506FE; }
a { background-color: rgb(133,6,254); }
div.DivClassName
{
background-color: #8506FE;
}
.BgClassName
{
background-color: #8506FE;
}
</style>
border-color css
<style>
span { border-color: #8506FE; }
span { border-color: rgb(133,6,254); }
td.TdClassName
{
border-color: #8506FE;
}
.TagClassName
{
border-color: #8506FE;
}
</style>