Shades of Medium Slate Blue #855BEC
Tints of Medium Slate Blue #855BEC
RGB
CMYK
RGB Variations
Color information
#855BEC (or 0x855BEC) is known color: Medium Slate Blue. HEX triplet: 85, 5B and EC. RGB value is (133,91,236). Sum of RGB (Red+Green+Blue) = 133+91+236=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #855BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855BEC is #7AA413. Grayscale: #777777. Windows color (decimal): -8037396 or 15489925. OLE color: 15489925.
HSL color Cylindrical-coordinate representation of color #855BEC: hue angle of 257.38º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855BEC is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 91 | 236 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.07 |
| HSL | 257.38º | 0.79% | 0.64% | - |
| HSV(B) | 257.38º | 0.61% | 0.93% | - |
| XYZ | 28.55 | 18.52 | 81.43 | - |
| YUV | 120.09 | 193.41 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 236 | 0.44 | 0.61 | 0 | 0.07 | 257.38 | 0.79 | 0.64 |
| Hex | 85 | 5B | EC | 2C | 3D | 0 | 7 | 101 | 4F | 40 |
| Octal | 205 | 133 | 354 | 54 | 75 | 0 | 7 | 401 | 117 | 100 |
| Binary | 10000101 | 1011011 | 11101100 | 101100 | 111101 | 0 | 111 | 100000001 | 1001111 | 1000000 |
Color Harmonies of #855BEC
Complementary color
Monochromatic Colors of #855BEC
Black with #855BEC
Text Example
Text Example
White with #855BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BEC; }
p { color: rgb(133,91,236); }
H1.HeaderClassName
{
color: #855BEC;
}
.AnyTagClassName
{
color: #855BEC;
}
</style>
background-color css
<style>
a { background-color: #855BEC; }
a { background-color: rgb(133,91,236); }
div.DivClassName
{
background-color: #855BEC;
}
.BgClassName
{
background-color: #855BEC;
}
</style>
border-color css
<style>
span { border-color: #855BEC; }
span { border-color: rgb(133,91,236); }
td.TdClassName
{
border-color: #855BEC;
}
.TagClassName
{
border-color: #855BEC;
}
</style>