Shades of Medium Slate Blue #855EEF
Tints of Medium Slate Blue #855EEF
RGB
CMYK
RGB Variations
Color information
#855EEF (or 0x855EEF) is known color: Medium Slate Blue. HEX triplet: 85, 5E and EF. RGB value is (133,94,239). Sum of RGB (Red+Green+Blue) = 133+94+239=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #855EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855EEF is #7AA110. Grayscale: #797979. Windows color (decimal): -8036625 or 15687301. OLE color: 15687301.
HSL color Cylindrical-coordinate representation of color #855EEF: hue angle of 256.14º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855EEF is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 94 | 239 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.06 |
| HSL | 256.14º | 0.82% | 0.65% | - |
| HSV(B) | 256.14º | 0.61% | 0.94% | - |
| XYZ | 29.26 | 19.22 | 83.83 | - |
| YUV | 122.19 | 193.92 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 239 | 0.44 | 0.61 | 0 | 0.06 | 256.14 | 0.82 | 0.65 |
| Hex | 85 | 5E | EF | 2C | 3D | 0 | 6 | 100 | 52 | 41 |
| Octal | 205 | 136 | 357 | 54 | 75 | 0 | 6 | 400 | 122 | 101 |
| Binary | 10000101 | 1011110 | 11101111 | 101100 | 111101 | 0 | 110 | 100000000 | 1010010 | 1000001 |
Color Harmonies of #855EEF
Complementary color
Monochromatic Colors of #855EEF
Black with #855EEF
Text Example
Text Example
White with #855EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855EEF; }
p { color: rgb(133,94,239); }
H1.HeaderClassName
{
color: #855EEF;
}
.AnyTagClassName
{
color: #855EEF;
}
</style>
background-color css
<style>
a { background-color: #855EEF; }
a { background-color: rgb(133,94,239); }
div.DivClassName
{
background-color: #855EEF;
}
.BgClassName
{
background-color: #855EEF;
}
</style>
border-color css
<style>
span { border-color: #855EEF; }
span { border-color: rgb(133,94,239); }
td.TdClassName
{
border-color: #855EEF;
}
.TagClassName
{
border-color: #855EEF;
}
</style>