Shades of Medium Slate Blue #855BE4
Tints of Medium Slate Blue #855BE4
RGB
CMYK
RGB Variations
Color information
#855BE4 (or 0x855BE4) is known color: Medium Slate Blue. HEX triplet: 85, 5B and E4. RGB value is (133,91,228). Sum of RGB (Red+Green+Blue) = 133+91+228=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 228 (89.45% from 255 or 50.44% from 452); Max value from RGB is 228 - color contains mainly: blue. Hex color #855BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BE4 is #7AA41B. Grayscale: #767676. Windows color (decimal): -8037404 or 14965637. OLE color: 14965637.
HSL color Cylindrical-coordinate representation of color #855BE4: hue angle of 258.39º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #855BE4 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 91 | 228 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.11 |
| HSL | 258.39º | 0.72% | 0.63% | - |
| HSV(B) | 258.39º | 0.6% | 0.89% | - |
| XYZ | 27.42 | 18.07 | 75.44 | - |
| YUV | 119.18 | 189.41 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 91 | 228 | 0.42 | 0.60 | 0 | 0.11 | 258.39 | 0.72 | 0.63 |
| Hex | 85 | 5B | E4 | 2A | 3C | 0 | B | 102 | 48 | 3F |
| Octal | 205 | 133 | 344 | 52 | 74 | 0 | 13 | 402 | 110 | 77 |
| Binary | 10000101 | 1011011 | 11100100 | 101010 | 111100 | 0 | 1011 | 100000010 | 1001000 | 111111 |
Color Harmonies of #855BE4
Complementary color
Monochromatic Colors of #855BE4
Black with #855BE4
Text Example
Text Example
White with #855BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855BE4; }
p { color: rgb(133,91,228); }
H1.HeaderClassName
{
color: #855BE4;
}
.AnyTagClassName
{
color: #855BE4;
}
</style>
background-color css
<style>
a { background-color: #855BE4; }
a { background-color: rgb(133,91,228); }
div.DivClassName
{
background-color: #855BE4;
}
.BgClassName
{
background-color: #855BE4;
}
</style>
border-color css
<style>
span { border-color: #855BE4; }
span { border-color: rgb(133,91,228); }
td.TdClassName
{
border-color: #855BE4;
}
.TagClassName
{
border-color: #855BE4;
}
</style>