Shades of Medium Slate Blue #856CEC
Tints of Medium Slate Blue #856CEC
RGB
CMYK
RGB Variations
Color information
#856CEC (or 0x856CEC) is known color: Medium Slate Blue. HEX triplet: 85, 6C and EC. RGB value is (133,108,236). Sum of RGB (Red+Green+Blue) = 133+108+236=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #856CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856CEC is #7A9313. Grayscale: #818181. Windows color (decimal): -8033044 or 15494277. OLE color: 15494277.
HSL color Cylindrical-coordinate representation of color #856CEC: hue angle of 251.72º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #856CEC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 108 | 236 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.07 |
| HSL | 251.72º | 0.77% | 0.67% | - |
| HSV(B) | 251.72º | 0.54% | 0.93% | - |
| XYZ | 30.18 | 21.77 | 81.97 | - |
| YUV | 130.07 | 187.78 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 236 | 0.44 | 0.54 | 0 | 0.07 | 251.72 | 0.77 | 0.67 |
| Hex | 85 | 6C | EC | 2C | 36 | 0 | 7 | FC | 4D | 43 |
| Octal | 205 | 154 | 354 | 54 | 66 | 0 | 7 | 374 | 115 | 103 |
| Binary | 10000101 | 1101100 | 11101100 | 101100 | 110110 | 0 | 111 | 11111100 | 1001101 | 1000011 |
Color Harmonies of #856CEC
Complementary color
Monochromatic Colors of #856CEC
Black with #856CEC
Text Example
Text Example
White with #856CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856CEC; }
p { color: rgb(133,108,236); }
H1.HeaderClassName
{
color: #856CEC;
}
.AnyTagClassName
{
color: #856CEC;
}
</style>
background-color css
<style>
a { background-color: #856CEC; }
a { background-color: rgb(133,108,236); }
div.DivClassName
{
background-color: #856CEC;
}
.BgClassName
{
background-color: #856CEC;
}
</style>
border-color css
<style>
span { border-color: #856CEC; }
span { border-color: rgb(133,108,236); }
td.TdClassName
{
border-color: #856CEC;
}
.TagClassName
{
border-color: #856CEC;
}
</style>