Shades of Medium Slate Blue #895FEB
Tints of Medium Slate Blue #895FEB
RGB
CMYK
RGB Variations
Color information
#895FEB (or 0x895FEB) is known color: Medium Slate Blue. HEX triplet: 89, 5F and EB. RGB value is (137,95,235). Sum of RGB (Red+Green+Blue) = 137+95+235=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #895FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895FEB is #76A014. Grayscale: #7B7B7B. Windows color (decimal): -7774229 or 15425417. OLE color: 15425417.
HSL color Cylindrical-coordinate representation of color #895FEB: hue angle of 258º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #895FEB is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 95 | 235 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.08 |
| HSL | 258º | 0.78% | 0.65% | - |
| HSV(B) | 258º | 0.6% | 0.92% | - |
| XYZ | 29.4 | 19.5 | 80.81 | - |
| YUV | 123.52 | 190.91 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 235 | 0.42 | 0.60 | 0 | 0.08 | 258 | 0.78 | 0.65 |
| Hex | 89 | 5F | EB | 2A | 3C | 0 | 8 | 102 | 4E | 41 |
| Octal | 211 | 137 | 353 | 52 | 74 | 0 | 10 | 402 | 116 | 101 |
| Binary | 10001001 | 1011111 | 11101011 | 101010 | 111100 | 0 | 1000 | 100000010 | 1001110 | 1000001 |
Color Harmonies of #895FEB
Complementary color
Monochromatic Colors of #895FEB
Black with #895FEB
Text Example
Text Example
White with #895FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FEB; }
p { color: rgb(137,95,235); }
H1.HeaderClassName
{
color: #895FEB;
}
.AnyTagClassName
{
color: #895FEB;
}
</style>
background-color css
<style>
a { background-color: #895FEB; }
a { background-color: rgb(137,95,235); }
div.DivClassName
{
background-color: #895FEB;
}
.BgClassName
{
background-color: #895FEB;
}
</style>
border-color css
<style>
span { border-color: #895FEB; }
span { border-color: rgb(137,95,235); }
td.TdClassName
{
border-color: #895FEB;
}
.TagClassName
{
border-color: #895FEB;
}
</style>