Shades of Medium Slate Blue #895EF7
Tints of Medium Slate Blue #895EF7
RGB
CMYK
RGB Variations
Color information
#895EF7 (or 0x895EF7) is known color: Medium Slate Blue. HEX triplet: 89, 5E and F7. RGB value is (137,94,247). Sum of RGB (Red+Green+Blue) = 137+94+247=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #895EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895EF7 is #76A108. Grayscale: #7B7B7B. Windows color (decimal): -7774473 or 16211593. OLE color: 16211593.
HSL color Cylindrical-coordinate representation of color #895EF7: hue angle of 256.86º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #895EF7 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 94 | 247 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.03 |
| HSL | 256.86º | 0.91% | 0.67% | - |
| HSV(B) | 256.86º | 0.62% | 0.97% | - |
| XYZ | 31.11 | 20.04 | 90.22 | - |
| YUV | 124.3 | 197.25 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 247 | 0.45 | 0.62 | 0 | 0.03 | 256.86 | 0.91 | 0.67 |
| Hex | 89 | 5E | F7 | 2D | 3E | 0 | 3 | 101 | 5B | 43 |
| Octal | 211 | 136 | 367 | 55 | 76 | 0 | 3 | 401 | 133 | 103 |
| Binary | 10001001 | 1011110 | 11110111 | 101101 | 111110 | 0 | 11 | 100000001 | 1011011 | 1000011 |
Color Harmonies of #895EF7
Complementary color
Monochromatic Colors of #895EF7
Black with #895EF7
Text Example
Text Example
White with #895EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895EF7; }
p { color: rgb(137,94,247); }
H1.HeaderClassName
{
color: #895EF7;
}
.AnyTagClassName
{
color: #895EF7;
}
</style>
background-color css
<style>
a { background-color: #895EF7; }
a { background-color: rgb(137,94,247); }
div.DivClassName
{
background-color: #895EF7;
}
.BgClassName
{
background-color: #895EF7;
}
</style>
border-color css
<style>
span { border-color: #895EF7; }
span { border-color: rgb(137,94,247); }
td.TdClassName
{
border-color: #895EF7;
}
.TagClassName
{
border-color: #895EF7;
}
</style>