Shades of Medium Slate Blue #855BEF
Tints of Medium Slate Blue #855BEF
RGB
CMYK
RGB Variations
Color information
#855BEF (or 0x855BEF) is known color: Medium Slate Blue. HEX triplet: 85, 5B and EF. RGB value is (133,91,239). Sum of RGB (Red+Green+Blue) = 133+91+239=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #855BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855BEF is #7AA410. Grayscale: #777777. Windows color (decimal): -8037393 or 15686533. OLE color: 15686533.
HSL color Cylindrical-coordinate representation of color #855BEF: hue angle of 257.03º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #855BEF is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 91 | 239 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.06 |
| HSL | 257.03º | 0.82% | 0.65% | - |
| HSV(B) | 257.03º | 0.62% | 0.94% | - |
| XYZ | 28.99 | 18.7 | 83.74 | - |
| YUV | 120.43 | 194.91 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 239 | 0.44 | 0.62 | 0 | 0.06 | 257.03 | 0.82 | 0.65 |
| Hex | 85 | 5B | EF | 2C | 3E | 0 | 6 | 101 | 52 | 41 |
| Octal | 205 | 133 | 357 | 54 | 76 | 0 | 6 | 401 | 122 | 101 |
| Binary | 10000101 | 1011011 | 11101111 | 101100 | 111110 | 0 | 110 | 100000001 | 1010010 | 1000001 |
Color Harmonies of #855BEF
Complementary color
Monochromatic Colors of #855BEF
Black with #855BEF
Text Example
Text Example
White with #855BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BEF; }
p { color: rgb(133,91,239); }
H1.HeaderClassName
{
color: #855BEF;
}
.AnyTagClassName
{
color: #855BEF;
}
</style>
background-color css
<style>
a { background-color: #855BEF; }
a { background-color: rgb(133,91,239); }
div.DivClassName
{
background-color: #855BEF;
}
.BgClassName
{
background-color: #855BEF;
}
</style>
border-color css
<style>
span { border-color: #855BEF; }
span { border-color: rgb(133,91,239); }
td.TdClassName
{
border-color: #855BEF;
}
.TagClassName
{
border-color: #855BEF;
}
</style>