Shades of Medium Slate Blue #855DEC
Tints of Medium Slate Blue #855DEC
RGB
CMYK
RGB Variations
Color information
#855DEC (or 0x855DEC) is known color: Medium Slate Blue. HEX triplet: 85, 5D and EC. RGB value is (133,93,236). Sum of RGB (Red+Green+Blue) = 133+93+236=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #855DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855DEC is #7AA213. Grayscale: #787878. Windows color (decimal): -8036884 or 15490437. OLE color: 15490437.
HSL color Cylindrical-coordinate representation of color #855DEC: hue angle of 256.78º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855DEC is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 93 | 236 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.07 |
| HSL | 256.78º | 0.79% | 0.65% | - |
| HSV(B) | 256.78º | 0.61% | 0.93% | - |
| XYZ | 28.73 | 18.87 | 81.49 | - |
| YUV | 121.26 | 192.75 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 93 | 236 | 0.44 | 0.61 | 0 | 0.07 | 256.78 | 0.79 | 0.65 |
| Hex | 85 | 5D | EC | 2C | 3D | 0 | 7 | 101 | 4F | 41 |
| Octal | 205 | 135 | 354 | 54 | 75 | 0 | 7 | 401 | 117 | 101 |
| Binary | 10000101 | 1011101 | 11101100 | 101100 | 111101 | 0 | 111 | 100000001 | 1001111 | 1000001 |
Color Harmonies of #855DEC
Complementary color
Monochromatic Colors of #855DEC
Black with #855DEC
Text Example
Text Example
White with #855DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855DEC; }
p { color: rgb(133,93,236); }
H1.HeaderClassName
{
color: #855DEC;
}
.AnyTagClassName
{
color: #855DEC;
}
</style>
background-color css
<style>
a { background-color: #855DEC; }
a { background-color: rgb(133,93,236); }
div.DivClassName
{
background-color: #855DEC;
}
.BgClassName
{
background-color: #855DEC;
}
</style>
border-color css
<style>
span { border-color: #855DEC; }
span { border-color: rgb(133,93,236); }
td.TdClassName
{
border-color: #855DEC;
}
.TagClassName
{
border-color: #855DEC;
}
</style>