Shades of Medium Slate Blue #885BEE
Tints of Medium Slate Blue #885BEE
RGB
CMYK
RGB Variations
Color information
#885BEE (or 0x885BEE) is known color: Medium Slate Blue. HEX triplet: 88, 5B and EE. RGB value is (136,91,238). Sum of RGB (Red+Green+Blue) = 136+91+238=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #885BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885BEE is #77A411. Grayscale: #787878. Windows color (decimal): -7840786 or 15621000. OLE color: 15621000.
HSL color Cylindrical-coordinate representation of color #885BEE: hue angle of 258.37º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885BEE is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 91 | 238 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.07 |
| HSL | 258.37º | 0.81% | 0.65% | - |
| HSV(B) | 258.37º | 0.62% | 0.93% | - |
| XYZ | 29.33 | 18.89 | 82.99 | - |
| YUV | 121.21 | 193.91 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 238 | 0.43 | 0.62 | 0 | 0.07 | 258.37 | 0.81 | 0.65 |
| Hex | 88 | 5B | EE | 2B | 3E | 0 | 7 | 102 | 51 | 41 |
| Octal | 210 | 133 | 356 | 53 | 76 | 0 | 7 | 402 | 121 | 101 |
| Binary | 10001000 | 1011011 | 11101110 | 101011 | 111110 | 0 | 111 | 100000010 | 1010001 | 1000001 |
Color Harmonies of #885BEE
Complementary color
Monochromatic Colors of #885BEE
Black with #885BEE
Text Example
Text Example
White with #885BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885BEE; }
p { color: rgb(136,91,238); }
H1.HeaderClassName
{
color: #885BEE;
}
.AnyTagClassName
{
color: #885BEE;
}
</style>
background-color css
<style>
a { background-color: #885BEE; }
a { background-color: rgb(136,91,238); }
div.DivClassName
{
background-color: #885BEE;
}
.BgClassName
{
background-color: #885BEE;
}
</style>
border-color css
<style>
span { border-color: #885BEE; }
span { border-color: rgb(136,91,238); }
td.TdClassName
{
border-color: #885BEE;
}
.TagClassName
{
border-color: #885BEE;
}
</style>