Shades of Electric Indigo #850BFA
Tints of Electric Indigo #850BFA
RGB
CMYK
RGB Variations
Color information
#850BFA (or 0x850BFA) is known color: Electric Indigo. HEX triplet: 85, 0B and FA. RGB value is (133,11,250). Sum of RGB (Red+Green+Blue) = 133+11+250=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #850BFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850BFA is #7AF405. Grayscale: #494949. Windows color (decimal): -8057862 or 16386949. OLE color: 16386949.
HSL color Cylindrical-coordinate representation of color #850BFA: hue angle of 270.63º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850BFA is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 11 | 250 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.02 |
| HSL | 270.63º | 0.96% | 0.51% | - |
| HSV(B) | 270.63º | 0.96% | 0.98% | - |
| XYZ | 27.05 | 12.13 | 91.36 | - |
| YUV | 74.72 | 226.92 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 250 | 0.47 | 0.96 | 0 | 0.02 | 270.63 | 0.96 | 0.51 |
| Hex | 85 | B | FA | 2F | 60 | 0 | 2 | 10F | 60 | 33 |
| Octal | 205 | 13 | 372 | 57 | 140 | 0 | 2 | 417 | 140 | 63 |
| Binary | 10000101 | 1011 | 11111010 | 101111 | 1100000 | 0 | 10 | 100001111 | 1100000 | 110011 |
Color Harmonies of #850BFA
Complementary color
Monochromatic Colors of #850BFA
Black with #850BFA
Text Example
Text Example
White with #850BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850BFA; }
p { color: rgb(133,11,250); }
H1.HeaderClassName
{
color: #850BFA;
}
.AnyTagClassName
{
color: #850BFA;
}
</style>
background-color css
<style>
a { background-color: #850BFA; }
a { background-color: rgb(133,11,250); }
div.DivClassName
{
background-color: #850BFA;
}
.BgClassName
{
background-color: #850BFA;
}
</style>
border-color css
<style>
span { border-color: #850BFA; }
span { border-color: rgb(133,11,250); }
td.TdClassName
{
border-color: #850BFA;
}
.TagClassName
{
border-color: #850BFA;
}
</style>