Shades of Medium Slate Blue #895DED
Tints of Medium Slate Blue #895DED
RGB
CMYK
RGB Variations
Color information
#895DED (or 0x895DED) is known color: Medium Slate Blue. HEX triplet: 89, 5D and ED. RGB value is (137,93,237). Sum of RGB (Red+Green+Blue) = 137+93+237=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #895DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895DED is #76A212. Grayscale: #7A7A7A. Windows color (decimal): -7774739 or 15555977. OLE color: 15555977.
HSL color Cylindrical-coordinate representation of color #895DED: hue angle of 258.33º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #895DED is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 93 | 237 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.07 |
| HSL | 258.33º | 0.8% | 0.65% | - |
| HSV(B) | 258.33º | 0.61% | 0.93% | - |
| XYZ | 29.52 | 19.26 | 82.28 | - |
| YUV | 122.57 | 192.58 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 237 | 0.42 | 0.61 | 0 | 0.07 | 258.33 | 0.8 | 0.65 |
| Hex | 89 | 5D | ED | 2A | 3D | 0 | 7 | 102 | 50 | 41 |
| Octal | 211 | 135 | 355 | 52 | 75 | 0 | 7 | 402 | 120 | 101 |
| Binary | 10001001 | 1011101 | 11101101 | 101010 | 111101 | 0 | 111 | 100000010 | 1010000 | 1000001 |
Color Harmonies of #895DED
Complementary color
Monochromatic Colors of #895DED
Black with #895DED
Text Example
Text Example
White with #895DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895DED; }
p { color: rgb(137,93,237); }
H1.HeaderClassName
{
color: #895DED;
}
.AnyTagClassName
{
color: #895DED;
}
</style>
background-color css
<style>
a { background-color: #895DED; }
a { background-color: rgb(137,93,237); }
div.DivClassName
{
background-color: #895DED;
}
.BgClassName
{
background-color: #895DED;
}
</style>
border-color css
<style>
span { border-color: #895DED; }
span { border-color: rgb(137,93,237); }
td.TdClassName
{
border-color: #895DED;
}
.TagClassName
{
border-color: #895DED;
}
</style>