Shades of Electric Indigo #850DFB
Tints of Electric Indigo #850DFB
RGB
CMYK
RGB Variations
Color information
#850DFB (or 0x850DFB) is known color: Electric Indigo. HEX triplet: 85, 0D and FB. RGB value is (133,13,251). Sum of RGB (Red+Green+Blue) = 133+13+251=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #850DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850DFB is #7AF204. Grayscale: #4B4B4B. Windows color (decimal): -8057349 or 16452997. OLE color: 16452997.
HSL color Cylindrical-coordinate representation of color #850DFB: hue angle of 270.25º 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 #850DFB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 13 | 251 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.02 |
| HSL | 270.25º | 0.97% | 0.52% | - |
| HSV(B) | 270.25º | 0.95% | 0.98% | - |
| XYZ | 27.23 | 12.24 | 92.19 | - |
| YUV | 76.01 | 226.76 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 251 | 0.47 | 0.95 | 0 | 0.02 | 270.25 | 0.97 | 0.52 |
| Hex | 85 | D | FB | 2F | 5F | 0 | 2 | 10E | 61 | 34 |
| Octal | 205 | 15 | 373 | 57 | 137 | 0 | 2 | 416 | 141 | 64 |
| Binary | 10000101 | 1101 | 11111011 | 101111 | 1011111 | 0 | 10 | 100001110 | 1100001 | 110100 |
Color Harmonies of #850DFB
Complementary color
Monochromatic Colors of #850DFB
Black with #850DFB
Text Example
Text Example
White with #850DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850DFB; }
p { color: rgb(133,13,251); }
H1.HeaderClassName
{
color: #850DFB;
}
.AnyTagClassName
{
color: #850DFB;
}
</style>
background-color css
<style>
a { background-color: #850DFB; }
a { background-color: rgb(133,13,251); }
div.DivClassName
{
background-color: #850DFB;
}
.BgClassName
{
background-color: #850DFB;
}
</style>
border-color css
<style>
span { border-color: #850DFB; }
span { border-color: rgb(133,13,251); }
td.TdClassName
{
border-color: #850DFB;
}
.TagClassName
{
border-color: #850DFB;
}
</style>