Shades of Electric Indigo #850CFC
Tints of Electric Indigo #850CFC
RGB
CMYK
RGB Variations
Color information
#850CFC (or 0x850CFC) is known color: Electric Indigo. HEX triplet: 85, 0C and FC. RGB value is (133,12,252). Sum of RGB (Red+Green+Blue) = 133+12+252=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #850CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850CFC is #7AF303. Grayscale: #4A4A4A. Windows color (decimal): -8057604 or 16518277. OLE color: 16518277.
HSL color Cylindrical-coordinate representation of color #850CFC: hue angle of 270.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850CFC is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 12 | 252 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.01 |
| HSL | 270.25º | 0.98% | 0.52% | - |
| HSV(B) | 270.25º | 0.95% | 0.99% | - |
| XYZ | 27.38 | 12.28 | 93.02 | - |
| YUV | 75.54 | 227.59 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 252 | 0.47 | 0.95 | 0 | 0.01 | 270.25 | 0.98 | 0.52 |
| Hex | 85 | C | FC | 2F | 5F | 0 | 1 | 10E | 62 | 34 |
| Octal | 205 | 14 | 374 | 57 | 137 | 0 | 1 | 416 | 142 | 64 |
| Binary | 10000101 | 1100 | 11111100 | 101111 | 1011111 | 0 | 1 | 100001110 | 1100010 | 110100 |
Color Harmonies of #850CFC
Complementary color
Monochromatic Colors of #850CFC
Black with #850CFC
Text Example
Text Example
White with #850CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850CFC; }
p { color: rgb(133,12,252); }
H1.HeaderClassName
{
color: #850CFC;
}
.AnyTagClassName
{
color: #850CFC;
}
</style>
background-color css
<style>
a { background-color: #850CFC; }
a { background-color: rgb(133,12,252); }
div.DivClassName
{
background-color: #850CFC;
}
.BgClassName
{
background-color: #850CFC;
}
</style>
border-color css
<style>
span { border-color: #850CFC; }
span { border-color: rgb(133,12,252); }
td.TdClassName
{
border-color: #850CFC;
}
.TagClassName
{
border-color: #850CFC;
}
</style>