Shades of Medium Slate Blue #856CEB
Tints of Medium Slate Blue #856CEB
RGB
CMYK
RGB Variations
Color information
#856CEB (or 0x856CEB) is known color: Medium Slate Blue. HEX triplet: 85, 6C and EB. RGB value is (133,108,235). Sum of RGB (Red+Green+Blue) = 133+108+235=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #856CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856CEB is #7A9314. Grayscale: #818181. Windows color (decimal): -8033045 or 15428741. OLE color: 15428741.
HSL color Cylindrical-coordinate representation of color #856CEB: hue angle of 251.81º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #856CEB is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 108 | 235 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.08 |
| HSL | 251.81º | 0.76% | 0.67% | - |
| HSV(B) | 251.81º | 0.54% | 0.92% | - |
| XYZ | 30.03 | 21.71 | 81.2 | - |
| YUV | 129.95 | 187.28 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 235 | 0.43 | 0.54 | 0 | 0.08 | 251.81 | 0.76 | 0.67 |
| Hex | 85 | 6C | EB | 2B | 36 | 0 | 8 | FC | 4C | 43 |
| Octal | 205 | 154 | 353 | 53 | 66 | 0 | 10 | 374 | 114 | 103 |
| Binary | 10000101 | 1101100 | 11101011 | 101011 | 110110 | 0 | 1000 | 11111100 | 1001100 | 1000011 |
Color Harmonies of #856CEB
Complementary color
Monochromatic Colors of #856CEB
Black with #856CEB
Text Example
Text Example
White with #856CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856CEB; }
p { color: rgb(133,108,235); }
H1.HeaderClassName
{
color: #856CEB;
}
.AnyTagClassName
{
color: #856CEB;
}
</style>
background-color css
<style>
a { background-color: #856CEB; }
a { background-color: rgb(133,108,235); }
div.DivClassName
{
background-color: #856CEB;
}
.BgClassName
{
background-color: #856CEB;
}
</style>
border-color css
<style>
span { border-color: #856CEB; }
span { border-color: rgb(133,108,235); }
td.TdClassName
{
border-color: #856CEB;
}
.TagClassName
{
border-color: #856CEB;
}
</style>