Shades of Medium Slate Blue #8976EC
Tints of Medium Slate Blue #8976EC
RGB
CMYK
RGB Variations
Color information
#8976EC (or 0x8976EC) is known color: Medium Slate Blue. HEX triplet: 89, 76 and EC. RGB value is (137,118,236). Sum of RGB (Red+Green+Blue) = 137+118+236=491 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.90% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #8976EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8976EC is #768913. Grayscale: #888888. Windows color (decimal): -7768340 or 15496841. OLE color: 15496841.
HSL color Cylindrical-coordinate representation of color #8976EC: hue angle of 249.66º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8976EC is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 118 | 236 | - |
| CMYK | 0.42 | 0.5 | 0 | 0.07 |
| HSL | 249.66º | 0.76% | 0.69% | - |
| HSV(B) | 249.66º | 0.5% | 0.93% | - |
| XYZ | 31.94 | 24.33 | 82.37 | - |
| YUV | 137.13 | 183.79 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 236 | 0.42 | 0.5 | 0 | 0.07 | 249.66 | 0.76 | 0.69 |
| Hex | 89 | 76 | EC | 2A | 32 | 0 | 7 | FA | 4C | 45 |
| Octal | 211 | 166 | 354 | 52 | 62 | 0 | 7 | 372 | 114 | 105 |
| Binary | 10001001 | 1110110 | 11101100 | 101010 | 110010 | 0 | 111 | 11111010 | 1001100 | 1000101 |
Color Harmonies of #8976EC
Complementary color
Monochromatic Colors of #8976EC
Black with #8976EC
Text Example
Text Example
White with #8976EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976EC; }
p { color: rgb(137,118,236); }
H1.HeaderClassName
{
color: #8976EC;
}
.AnyTagClassName
{
color: #8976EC;
}
</style>
background-color css
<style>
a { background-color: #8976EC; }
a { background-color: rgb(137,118,236); }
div.DivClassName
{
background-color: #8976EC;
}
.BgClassName
{
background-color: #8976EC;
}
</style>
border-color css
<style>
span { border-color: #8976EC; }
span { border-color: rgb(137,118,236); }
td.TdClassName
{
border-color: #8976EC;
}
.TagClassName
{
border-color: #8976EC;
}
</style>