Shades of Medium Slate Blue #885BED
Tints of Medium Slate Blue #885BED
RGB
CMYK
RGB Variations
Color information
#885BED (or 0x885BED) is known color: Medium Slate Blue. HEX triplet: 88, 5B and ED. RGB value is (136,91,237). Sum of RGB (Red+Green+Blue) = 136+91+237=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #885BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885BED is #77A412. Grayscale: #787878. Windows color (decimal): -7840787 or 15555464. OLE color: 15555464.
HSL color Cylindrical-coordinate representation of color #885BED: hue angle of 258.49º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885BED is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 91 | 237 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.07 |
| HSL | 258.49º | 0.8% | 0.64% | - |
| HSV(B) | 258.49º | 0.62% | 0.93% | - |
| XYZ | 29.18 | 18.83 | 82.22 | - |
| YUV | 121.1 | 193.41 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 237 | 0.43 | 0.62 | 0 | 0.07 | 258.49 | 0.8 | 0.64 |
| Hex | 88 | 5B | ED | 2B | 3E | 0 | 7 | 102 | 50 | 40 |
| Octal | 210 | 133 | 355 | 53 | 76 | 0 | 7 | 402 | 120 | 100 |
| Binary | 10001000 | 1011011 | 11101101 | 101011 | 111110 | 0 | 111 | 100000010 | 1010000 | 1000000 |
Color Harmonies of #885BED
Complementary color
Monochromatic Colors of #885BED
Black with #885BED
Text Example
Text Example
White with #885BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885BED; }
p { color: rgb(136,91,237); }
H1.HeaderClassName
{
color: #885BED;
}
.AnyTagClassName
{
color: #885BED;
}
</style>
background-color css
<style>
a { background-color: #885BED; }
a { background-color: rgb(136,91,237); }
div.DivClassName
{
background-color: #885BED;
}
.BgClassName
{
background-color: #885BED;
}
</style>
border-color css
<style>
span { border-color: #885BED; }
span { border-color: rgb(136,91,237); }
td.TdClassName
{
border-color: #885BED;
}
.TagClassName
{
border-color: #885BED;
}
</style>