Shades of Medium Slate Blue #895BEE
Tints of Medium Slate Blue #895BEE
RGB
CMYK
RGB Variations
Color information
#895BEE (or 0x895BEE) is known color: Medium Slate Blue. HEX triplet: 89, 5B and EE. RGB value is (137,91,238). Sum of RGB (Red+Green+Blue) = 137+91+238=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #895BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895BEE is #76A411. Grayscale: #787878. Windows color (decimal): -7775250 or 15621001. OLE color: 15621001.
HSL color Cylindrical-coordinate representation of color #895BEE: hue angle of 258.78º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #895BEE is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 91 | 238 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.07 |
| HSL | 258.78º | 0.81% | 0.65% | - |
| HSV(B) | 258.78º | 0.62% | 0.93% | - |
| XYZ | 29.49 | 18.97 | 83 | - |
| YUV | 121.51 | 193.74 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 238 | 0.42 | 0.62 | 0 | 0.07 | 258.78 | 0.81 | 0.65 |
| Hex | 89 | 5B | EE | 2A | 3E | 0 | 7 | 103 | 51 | 41 |
| Octal | 211 | 133 | 356 | 52 | 76 | 0 | 7 | 403 | 121 | 101 |
| Binary | 10001001 | 1011011 | 11101110 | 101010 | 111110 | 0 | 111 | 100000011 | 1010001 | 1000001 |
Color Harmonies of #895BEE
Complementary color
Monochromatic Colors of #895BEE
Black with #895BEE
Text Example
Text Example
White with #895BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BEE; }
p { color: rgb(137,91,238); }
H1.HeaderClassName
{
color: #895BEE;
}
.AnyTagClassName
{
color: #895BEE;
}
</style>
background-color css
<style>
a { background-color: #895BEE; }
a { background-color: rgb(137,91,238); }
div.DivClassName
{
background-color: #895BEE;
}
.BgClassName
{
background-color: #895BEE;
}
</style>
border-color css
<style>
span { border-color: #895BEE; }
span { border-color: rgb(137,91,238); }
td.TdClassName
{
border-color: #895BEE;
}
.TagClassName
{
border-color: #895BEE;
}
</style>