Shades of Medium Slate Blue #895FE7
Tints of Medium Slate Blue #895FE7
RGB
CMYK
RGB Variations
Color information
#895FE7 (or 0x895FE7) is known color: Medium Slate Blue. HEX triplet: 89, 5F and E7. RGB value is (137,95,231). Sum of RGB (Red+Green+Blue) = 137+95+231=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #895FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895FE7 is #76A018. Grayscale: #7A7A7A. Windows color (decimal): -7774233 or 15163273. OLE color: 15163273.
HSL color Cylindrical-coordinate representation of color #895FE7: hue angle of 258.53º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #895FE7 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 95 | 231 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.09 |
| HSL | 258.53º | 0.74% | 0.64% | - |
| HSV(B) | 258.53º | 0.59% | 0.91% | - |
| XYZ | 28.83 | 19.27 | 77.8 | - |
| YUV | 123.06 | 188.91 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 231 | 0.41 | 0.59 | 0 | 0.09 | 258.53 | 0.74 | 0.64 |
| Hex | 89 | 5F | E7 | 29 | 3B | 0 | 9 | 103 | 4A | 40 |
| Octal | 211 | 137 | 347 | 51 | 73 | 0 | 11 | 403 | 112 | 100 |
| Binary | 10001001 | 1011111 | 11100111 | 101001 | 111011 | 0 | 1001 | 100000011 | 1001010 | 1000000 |
Color Harmonies of #895FE7
Complementary color
Monochromatic Colors of #895FE7
Black with #895FE7
Text Example
Text Example
White with #895FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FE7; }
p { color: rgb(137,95,231); }
H1.HeaderClassName
{
color: #895FE7;
}
.AnyTagClassName
{
color: #895FE7;
}
</style>
background-color css
<style>
a { background-color: #895FE7; }
a { background-color: rgb(137,95,231); }
div.DivClassName
{
background-color: #895FE7;
}
.BgClassName
{
background-color: #895FE7;
}
</style>
border-color css
<style>
span { border-color: #895FE7; }
span { border-color: rgb(137,95,231); }
td.TdClassName
{
border-color: #895FE7;
}
.TagClassName
{
border-color: #895FE7;
}
</style>