Shades of Medium Slate Blue #8971EC
Tints of Medium Slate Blue #8971EC
RGB
CMYK
RGB Variations
Color information
#8971EC (or 0x8971EC) is known color: Medium Slate Blue. HEX triplet: 89, 71 and EC. RGB value is (137,113,236). Sum of RGB (Red+Green+Blue) = 137+113+236=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #8971EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8971EC is #768E13. Grayscale: #858585. Windows color (decimal): -7769620 or 15495561. OLE color: 15495561.
HSL color Cylindrical-coordinate representation of color #8971EC: hue angle of 251.71º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8971EC is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 113 | 236 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.07 |
| HSL | 251.71º | 0.76% | 0.68% | - |
| HSV(B) | 251.71º | 0.52% | 0.93% | - |
| XYZ | 31.36 | 23.18 | 82.18 | - |
| YUV | 134.2 | 185.45 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 236 | 0.42 | 0.52 | 0 | 0.07 | 251.71 | 0.76 | 0.68 |
| Hex | 89 | 71 | EC | 2A | 34 | 0 | 7 | FC | 4C | 44 |
| Octal | 211 | 161 | 354 | 52 | 64 | 0 | 7 | 374 | 114 | 104 |
| Binary | 10001001 | 1110001 | 11101100 | 101010 | 110100 | 0 | 111 | 11111100 | 1001100 | 1000100 |
Color Harmonies of #8971EC
Complementary color
Monochromatic Colors of #8971EC
Black with #8971EC
Text Example
Text Example
White with #8971EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8971EC; }
p { color: rgb(137,113,236); }
H1.HeaderClassName
{
color: #8971EC;
}
.AnyTagClassName
{
color: #8971EC;
}
</style>
background-color css
<style>
a { background-color: #8971EC; }
a { background-color: rgb(137,113,236); }
div.DivClassName
{
background-color: #8971EC;
}
.BgClassName
{
background-color: #8971EC;
}
</style>
border-color css
<style>
span { border-color: #8971EC; }
span { border-color: rgb(137,113,236); }
td.TdClassName
{
border-color: #8971EC;
}
.TagClassName
{
border-color: #8971EC;
}
</style>