Shades of Electric Indigo #850CFA
Tints of Electric Indigo #850CFA
RGB
CMYK
RGB Variations
Color information
#850CFA (or 0x850CFA) is known color: Electric Indigo. HEX triplet: 85, 0C and FA. RGB value is (133,12,250). Sum of RGB (Red+Green+Blue) = 133+12+250=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 12 (5.08% from 255 or 3.04% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #850CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850CFA is #7AF305. Grayscale: #4A4A4A. Windows color (decimal): -8057606 or 16387205. OLE color: 16387205.
HSL color Cylindrical-coordinate representation of color #850CFA: hue angle of 270.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850CFA is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 12 | 250 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.02 |
| HSL | 270.5º | 0.96% | 0.51% | - |
| HSV(B) | 270.5º | 0.95% | 0.98% | - |
| XYZ | 27.06 | 12.15 | 91.36 | - |
| YUV | 75.31 | 226.59 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 250 | 0.47 | 0.95 | 0 | 0.02 | 270.5 | 0.96 | 0.51 |
| Hex | 85 | C | FA | 2F | 5F | 0 | 2 | 10F | 60 | 33 |
| Octal | 205 | 14 | 372 | 57 | 137 | 0 | 2 | 417 | 140 | 63 |
| Binary | 10000101 | 1100 | 11111010 | 101111 | 1011111 | 0 | 10 | 100001111 | 1100000 | 110011 |
Color Harmonies of #850CFA
Complementary color
Monochromatic Colors of #850CFA
Black with #850CFA
Text Example
Text Example
White with #850CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850CFA; }
p { color: rgb(133,12,250); }
H1.HeaderClassName
{
color: #850CFA;
}
.AnyTagClassName
{
color: #850CFA;
}
</style>
background-color css
<style>
a { background-color: #850CFA; }
a { background-color: rgb(133,12,250); }
div.DivClassName
{
background-color: #850CFA;
}
.BgClassName
{
background-color: #850CFA;
}
</style>
border-color css
<style>
span { border-color: #850CFA; }
span { border-color: rgb(133,12,250); }
td.TdClassName
{
border-color: #850CFA;
}
.TagClassName
{
border-color: #850CFA;
}
</style>