Shades of Electric Indigo #850CFB
Tints of Electric Indigo #850CFB
RGB
CMYK
RGB Variations
Color information
#850CFB (or 0x850CFB) is known color: Electric Indigo. HEX triplet: 85, 0C and FB. RGB value is (133,12,251). Sum of RGB (Red+Green+Blue) = 133+12+251=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #850CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850CFB is #7AF304. Grayscale: #4A4A4A. Windows color (decimal): -8057605 or 16452741. OLE color: 16452741.
HSL color Cylindrical-coordinate representation of color #850CFB: hue angle of 270.38º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850CFB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 12 | 251 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.02 |
| HSL | 270.38º | 0.97% | 0.52% | - |
| HSV(B) | 270.38º | 0.95% | 0.98% | - |
| XYZ | 27.22 | 12.21 | 92.19 | - |
| YUV | 75.43 | 227.09 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 251 | 0.47 | 0.95 | 0 | 0.02 | 270.38 | 0.97 | 0.52 |
| Hex | 85 | C | FB | 2F | 5F | 0 | 2 | 10E | 61 | 34 |
| Octal | 205 | 14 | 373 | 57 | 137 | 0 | 2 | 416 | 141 | 64 |
| Binary | 10000101 | 1100 | 11111011 | 101111 | 1011111 | 0 | 10 | 100001110 | 1100001 | 110100 |
Color Harmonies of #850CFB
Complementary color
Monochromatic Colors of #850CFB
Black with #850CFB
Text Example
Text Example
White with #850CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850CFB; }
p { color: rgb(133,12,251); }
H1.HeaderClassName
{
color: #850CFB;
}
.AnyTagClassName
{
color: #850CFB;
}
</style>
background-color css
<style>
a { background-color: #850CFB; }
a { background-color: rgb(133,12,251); }
div.DivClassName
{
background-color: #850CFB;
}
.BgClassName
{
background-color: #850CFB;
}
</style>
border-color css
<style>
span { border-color: #850CFB; }
span { border-color: rgb(133,12,251); }
td.TdClassName
{
border-color: #850CFB;
}
.TagClassName
{
border-color: #850CFB;
}
</style>