Shades of Medium Slate Blue #895BED
Tints of Medium Slate Blue #895BED
RGB
CMYK
RGB Variations
Color information
#895BED (or 0x895BED) is known color: Medium Slate Blue. HEX triplet: 89, 5B and ED. RGB value is (137,91,237). Sum of RGB (Red+Green+Blue) = 137+91+237=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #895BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895BED is #76A412. Grayscale: #787878. Windows color (decimal): -7775251 or 15555465. OLE color: 15555465.
HSL color Cylindrical-coordinate representation of color #895BED: hue angle of 258.9º 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 #895BED is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 91 | 237 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.07 |
| HSL | 258.9º | 0.8% | 0.64% | - |
| HSV(B) | 258.9º | 0.62% | 0.93% | - |
| XYZ | 29.34 | 18.91 | 82.23 | - |
| YUV | 121.4 | 193.24 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 237 | 0.42 | 0.62 | 0 | 0.07 | 258.9 | 0.8 | 0.64 |
| Hex | 89 | 5B | ED | 2A | 3E | 0 | 7 | 103 | 50 | 40 |
| Octal | 211 | 133 | 355 | 52 | 76 | 0 | 7 | 403 | 120 | 100 |
| Binary | 10001001 | 1011011 | 11101101 | 101010 | 111110 | 0 | 111 | 100000011 | 1010000 | 1000000 |
Color Harmonies of #895BED
Complementary color
Monochromatic Colors of #895BED
Black with #895BED
Text Example
Text Example
White with #895BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BED; }
p { color: rgb(137,91,237); }
H1.HeaderClassName
{
color: #895BED;
}
.AnyTagClassName
{
color: #895BED;
}
</style>
background-color css
<style>
a { background-color: #895BED; }
a { background-color: rgb(137,91,237); }
div.DivClassName
{
background-color: #895BED;
}
.BgClassName
{
background-color: #895BED;
}
</style>
border-color css
<style>
span { border-color: #895BED; }
span { border-color: rgb(137,91,237); }
td.TdClassName
{
border-color: #895BED;
}
.TagClassName
{
border-color: #895BED;
}
</style>