Shades of Medium Slate Blue #8977EC
Tints of Medium Slate Blue #8977EC
RGB
CMYK
RGB Variations
Color information
#8977EC (or 0x8977EC) is known color: Medium Slate Blue. HEX triplet: 89, 77 and EC. RGB value is (137,119,236). Sum of RGB (Red+Green+Blue) = 137+119+236=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #8977EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8977EC is #768813. Grayscale: #898989. Windows color (decimal): -7768084 or 15497097. OLE color: 15497097.
HSL color Cylindrical-coordinate representation of color #8977EC: hue angle of 249.23º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8977EC is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 119 | 236 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.07 |
| HSL | 249.23º | 0.75% | 0.7% | - |
| HSV(B) | 249.23º | 0.5% | 0.93% | - |
| XYZ | 32.05 | 24.57 | 82.41 | - |
| YUV | 137.72 | 183.46 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 236 | 0.42 | 0.50 | 0 | 0.07 | 249.23 | 0.75 | 0.7 |
| Hex | 89 | 77 | EC | 2A | 32 | 0 | 7 | F9 | 4B | 46 |
| Octal | 211 | 167 | 354 | 52 | 62 | 0 | 7 | 371 | 113 | 106 |
| Binary | 10001001 | 1110111 | 11101100 | 101010 | 110010 | 0 | 111 | 11111001 | 1001011 | 1000110 |
Color Harmonies of #8977EC
Complementary color
Monochromatic Colors of #8977EC
Black with #8977EC
Text Example
Text Example
White with #8977EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8977EC; }
p { color: rgb(137,119,236); }
H1.HeaderClassName
{
color: #8977EC;
}
.AnyTagClassName
{
color: #8977EC;
}
</style>
background-color css
<style>
a { background-color: #8977EC; }
a { background-color: rgb(137,119,236); }
div.DivClassName
{
background-color: #8977EC;
}
.BgClassName
{
background-color: #8977EC;
}
</style>
border-color css
<style>
span { border-color: #8977EC; }
span { border-color: rgb(137,119,236); }
td.TdClassName
{
border-color: #8977EC;
}
.TagClassName
{
border-color: #8977EC;
}
</style>