Shades of Electric Indigo #850BFD
Tints of Electric Indigo #850BFD
RGB
CMYK
RGB Variations
Color information
#850BFD (or 0x850BFD) is known color: Electric Indigo. HEX triplet: 85, 0B and FD. RGB value is (133,11,253). Sum of RGB (Red+Green+Blue) = 133+11+253=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #850BFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850BFD is #7AF402. Grayscale: #4A4A4A. Windows color (decimal): -8057859 or 16583557. OLE color: 16583557.
HSL color Cylindrical-coordinate representation of color #850BFD: 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.96%. Process color model (Four color, CMYK) of #850BFD is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 11 | 253 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.01 |
| HSL | 270.25º | 0.98% | 0.52% | - |
| HSV(B) | 270.25º | 0.96% | 0.99% | - |
| XYZ | 27.52 | 12.32 | 93.86 | - |
| YUV | 75.07 | 228.42 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 253 | 0.47 | 0.96 | 0 | 0.01 | 270.25 | 0.98 | 0.52 |
| Hex | 85 | B | FD | 2F | 60 | 0 | 1 | 10E | 62 | 34 |
| Octal | 205 | 13 | 375 | 57 | 140 | 0 | 1 | 416 | 142 | 64 |
| Binary | 10000101 | 1011 | 11111101 | 101111 | 1100000 | 0 | 1 | 100001110 | 1100010 | 110100 |
Color Harmonies of #850BFD
Complementary color
Monochromatic Colors of #850BFD
Black with #850BFD
Text Example
Text Example
White with #850BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850BFD; }
p { color: rgb(133,11,253); }
H1.HeaderClassName
{
color: #850BFD;
}
.AnyTagClassName
{
color: #850BFD;
}
</style>
background-color css
<style>
a { background-color: #850BFD; }
a { background-color: rgb(133,11,253); }
div.DivClassName
{
background-color: #850BFD;
}
.BgClassName
{
background-color: #850BFD;
}
</style>
border-color css
<style>
span { border-color: #850BFD; }
span { border-color: rgb(133,11,253); }
td.TdClassName
{
border-color: #850BFD;
}
.TagClassName
{
border-color: #850BFD;
}
</style>