Shades of Medium Slate Blue #895DE8
Tints of Medium Slate Blue #895DE8
RGB
CMYK
RGB Variations
Color information
#895DE8 (or 0x895DE8) is known color: Medium Slate Blue. HEX triplet: 89, 5D and E8. RGB value is (137,93,232). Sum of RGB (Red+Green+Blue) = 137+93+232=462 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.65% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #895DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895DE8 is #76A217. Grayscale: #797979. Windows color (decimal): -7774744 or 15228297. OLE color: 15228297.
HSL color Cylindrical-coordinate representation of color #895DE8: hue angle of 258.99º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #895DE8 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 93 | 232 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.09 |
| HSL | 258.99º | 0.75% | 0.64% | - |
| HSV(B) | 258.99º | 0.6% | 0.91% | - |
| XYZ | 28.8 | 18.97 | 78.49 | - |
| YUV | 122 | 190.08 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 232 | 0.41 | 0.60 | 0 | 0.09 | 258.99 | 0.75 | 0.64 |
| Hex | 89 | 5D | E8 | 29 | 3C | 0 | 9 | 103 | 4B | 40 |
| Octal | 211 | 135 | 350 | 51 | 74 | 0 | 11 | 403 | 113 | 100 |
| Binary | 10001001 | 1011101 | 11101000 | 101001 | 111100 | 0 | 1001 | 100000011 | 1001011 | 1000000 |
Color Harmonies of #895DE8
Complementary color
Monochromatic Colors of #895DE8
Black with #895DE8
Text Example
Text Example
White with #895DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895DE8; }
p { color: rgb(137,93,232); }
H1.HeaderClassName
{
color: #895DE8;
}
.AnyTagClassName
{
color: #895DE8;
}
</style>
background-color css
<style>
a { background-color: #895DE8; }
a { background-color: rgb(137,93,232); }
div.DivClassName
{
background-color: #895DE8;
}
.BgClassName
{
background-color: #895DE8;
}
</style>
border-color css
<style>
span { border-color: #895DE8; }
span { border-color: rgb(137,93,232); }
td.TdClassName
{
border-color: #895DE8;
}
.TagClassName
{
border-color: #895DE8;
}
</style>