Shades of Medium Slate Blue #895AE8
Tints of Medium Slate Blue #895AE8
RGB
CMYK
RGB Variations
Color information
#895AE8 (or 0x895AE8) is known color: Medium Slate Blue. HEX triplet: 89, 5A and E8. RGB value is (137,90,232). Sum of RGB (Red+Green+Blue) = 137+90+232=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #895AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895AE8 is #76A517. Grayscale: #777777. Windows color (decimal): -7775512 or 15227529. OLE color: 15227529.
HSL color Cylindrical-coordinate representation of color #895AE8: hue angle of 259.86º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #895AE8 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 90 | 232 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.09 |
| HSL | 259.86º | 0.76% | 0.63% | - |
| HSV(B) | 259.86º | 0.61% | 0.91% | - |
| XYZ | 28.54 | 18.46 | 78.4 | - |
| YUV | 120.24 | 191.07 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 232 | 0.41 | 0.61 | 0 | 0.09 | 259.86 | 0.76 | 0.63 |
| Hex | 89 | 5A | E8 | 29 | 3D | 0 | 9 | 104 | 4C | 3F |
| Octal | 211 | 132 | 350 | 51 | 75 | 0 | 11 | 404 | 114 | 77 |
| Binary | 10001001 | 1011010 | 11101000 | 101001 | 111101 | 0 | 1001 | 100000100 | 1001100 | 111111 |
Color Harmonies of #895AE8
Complementary color
Monochromatic Colors of #895AE8
Black with #895AE8
Text Example
Text Example
White with #895AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895AE8; }
p { color: rgb(137,90,232); }
H1.HeaderClassName
{
color: #895AE8;
}
.AnyTagClassName
{
color: #895AE8;
}
</style>
background-color css
<style>
a { background-color: #895AE8; }
a { background-color: rgb(137,90,232); }
div.DivClassName
{
background-color: #895AE8;
}
.BgClassName
{
background-color: #895AE8;
}
</style>
border-color css
<style>
span { border-color: #895AE8; }
span { border-color: rgb(137,90,232); }
td.TdClassName
{
border-color: #895AE8;
}
.TagClassName
{
border-color: #895AE8;
}
</style>