Shades of Medium Slate Blue #895CEA
Tints of Medium Slate Blue #895CEA
RGB
CMYK
RGB Variations
Color information
#895CEA (or 0x895CEA) is known color: Medium Slate Blue. HEX triplet: 89, 5C and EA. RGB value is (137,92,234). Sum of RGB (Red+Green+Blue) = 137+92+234=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #895CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #895CEA is #76A315. Grayscale: #797979. Windows color (decimal): -7774998 or 15359113. OLE color: 15359113.
HSL color Cylindrical-coordinate representation of color #895CEA: hue angle of 259.01º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #895CEA is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 137 | 92 | 234 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.08 |
| HSL | 259.01º | 0.77% | 0.64% | - |
| HSV(B) | 259.01º | 0.61% | 0.92% | - |
| XYZ | 28.99 | 18.91 | 79.96 | - |
| YUV | 121.64 | 191.41 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 234 | 0.41 | 0.61 | 0 | 0.08 | 259.01 | 0.77 | 0.64 |
| Hex | 89 | 5C | EA | 29 | 3D | 0 | 8 | 103 | 4D | 40 |
| Octal | 211 | 134 | 352 | 51 | 75 | 0 | 10 | 403 | 115 | 100 |
| Binary | 10001001 | 1011100 | 11101010 | 101001 | 111101 | 0 | 1000 | 100000011 | 1001101 | 1000000 |
Color Harmonies of #895CEA
Complementary color
Monochromatic Colors of #895CEA
Black with #895CEA
Text Example
Text Example
White with #895CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895CEA; }
p { color: rgb(137,92,234); }
H1.HeaderClassName
{
color: #895CEA;
}
.AnyTagClassName
{
color: #895CEA;
}
</style>
background-color css
<style>
a { background-color: #895CEA; }
a { background-color: rgb(137,92,234); }
div.DivClassName
{
background-color: #895CEA;
}
.BgClassName
{
background-color: #895CEA;
}
</style>
border-color css
<style>
span { border-color: #895CEA; }
span { border-color: rgb(137,92,234); }
td.TdClassName
{
border-color: #895CEA;
}
.TagClassName
{
border-color: #895CEA;
}
</style>