Shades of Electric Indigo #8500FC
Tints of Electric Indigo #8500FC
RGB
CMYK
RGB Variations
Color information
#8500FC (or 0x8500FC) is known color: Electric Indigo. HEX triplet: 85, 00 and FC. RGB value is (133,0,252). Sum of RGB (Red+Green+Blue) = 133+0+252=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #8500FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8500FC is #7AFF03. Grayscale: #434343. Windows color (decimal): -8060676 or 16515205. OLE color: 16515205.
HSL color Cylindrical-coordinate representation of color #8500FC: hue angle of 271.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8500FC is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 0 | 252 | - |
| CMYK | 0.47 | 1 | 0 | 0.01 |
| HSL | 271.67º | 1% | 0.49% | - |
| HSV(B) | 271.67º | 1% | 0.99% | - |
| XYZ | 27.24 | 12.01 | 92.98 | - |
| YUV | 68.5 | 231.56 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 252 | 0.47 | 1 | 0 | 0.01 | 271.67 | 1 | 0.49 |
| Hex | 85 | 0 | FC | 2F | 64 | 0 | 1 | 110 | 64 | 31 |
| Octal | 205 | 0 | 374 | 57 | 144 | 0 | 1 | 420 | 144 | 61 |
| Binary | 10000101 | 0 | 11111100 | 101111 | 1100100 | 0 | 1 | 100010000 | 1100100 | 110001 |
Color Harmonies of #8500FC
Complementary color
Monochromatic Colors of #8500FC
Black with #8500FC
Text Example
Text Example
White with #8500FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8500FC; }
p { color: rgb(133,0,252); }
H1.HeaderClassName
{
color: #8500FC;
}
.AnyTagClassName
{
color: #8500FC;
}
</style>
background-color css
<style>
a { background-color: #8500FC; }
a { background-color: rgb(133,0,252); }
div.DivClassName
{
background-color: #8500FC;
}
.BgClassName
{
background-color: #8500FC;
}
</style>
border-color css
<style>
span { border-color: #8500FC; }
span { border-color: rgb(133,0,252); }
td.TdClassName
{
border-color: #8500FC;
}
.TagClassName
{
border-color: #8500FC;
}
</style>