Shades of Medium Slate Blue #885EEB
Tints of Medium Slate Blue #885EEB
RGB
CMYK
RGB Variations
Color information
#885EEB (or 0x885EEB) is known color: Medium Slate Blue. HEX triplet: 88, 5E and EB. RGB value is (136,94,235). Sum of RGB (Red+Green+Blue) = 136+94+235=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #885EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885EEB is #77A114. Grayscale: #7A7A7A. Windows color (decimal): -7840021 or 15425160. OLE color: 15425160.
HSL color Cylindrical-coordinate representation of color #885EEB: hue angle of 257.87º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #885EEB is Cyan = 0.42, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 94 | 235 | - |
| CMYK | 0.42 | 0.6 | 0 | 0.08 |
| HSL | 257.87º | 0.78% | 0.65% | - |
| HSV(B) | 257.87º | 0.6% | 0.92% | - |
| XYZ | 29.15 | 19.24 | 80.77 | - |
| YUV | 122.63 | 191.41 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 94 | 235 | 0.42 | 0.6 | 0 | 0.08 | 257.87 | 0.78 | 0.65 |
| Hex | 88 | 5E | EB | 2A | 3C | 0 | 8 | 102 | 4E | 41 |
| Octal | 210 | 136 | 353 | 52 | 74 | 0 | 10 | 402 | 116 | 101 |
| Binary | 10001000 | 1011110 | 11101011 | 101010 | 111100 | 0 | 1000 | 100000010 | 1001110 | 1000001 |
Color Harmonies of #885EEB
Complementary color
Monochromatic Colors of #885EEB
Black with #885EEB
Text Example
Text Example
White with #885EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885EEB; }
p { color: rgb(136,94,235); }
H1.HeaderClassName
{
color: #885EEB;
}
.AnyTagClassName
{
color: #885EEB;
}
</style>
background-color css
<style>
a { background-color: #885EEB; }
a { background-color: rgb(136,94,235); }
div.DivClassName
{
background-color: #885EEB;
}
.BgClassName
{
background-color: #885EEB;
}
</style>
border-color css
<style>
span { border-color: #885EEB; }
span { border-color: rgb(136,94,235); }
td.TdClassName
{
border-color: #885EEB;
}
.TagClassName
{
border-color: #885EEB;
}
</style>