Shades of Medium Slate Blue #8972ED
Tints of Medium Slate Blue #8972ED
RGB
CMYK
RGB Variations
Color information
#8972ED (or 0x8972ED) is known color: Medium Slate Blue. HEX triplet: 89, 72 and ED. RGB value is (137,114,237). Sum of RGB (Red+Green+Blue) = 137+114+237=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #8972ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8972ED is #768D12. Grayscale: #868686. Windows color (decimal): -7769363 or 15561353. OLE color: 15561353.
HSL color Cylindrical-coordinate representation of color #8972ED: hue angle of 251.22º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8972ED is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 114 | 237 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.07 |
| HSL | 251.22º | 0.77% | 0.69% | - |
| HSV(B) | 251.22º | 0.52% | 0.93% | - |
| XYZ | 31.62 | 23.47 | 82.98 | - |
| YUV | 134.9 | 185.62 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 114 | 237 | 0.42 | 0.52 | 0 | 0.07 | 251.22 | 0.77 | 0.69 |
| Hex | 89 | 72 | ED | 2A | 34 | 0 | 7 | FB | 4D | 45 |
| Octal | 211 | 162 | 355 | 52 | 64 | 0 | 7 | 373 | 115 | 105 |
| Binary | 10001001 | 1110010 | 11101101 | 101010 | 110100 | 0 | 111 | 11111011 | 1001101 | 1000101 |
Color Harmonies of #8972ED
Complementary color
Monochromatic Colors of #8972ED
Black with #8972ED
Text Example
Text Example
White with #8972ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8972ED; }
p { color: rgb(137,114,237); }
H1.HeaderClassName
{
color: #8972ED;
}
.AnyTagClassName
{
color: #8972ED;
}
</style>
background-color css
<style>
a { background-color: #8972ED; }
a { background-color: rgb(137,114,237); }
div.DivClassName
{
background-color: #8972ED;
}
.BgClassName
{
background-color: #8972ED;
}
</style>
border-color css
<style>
span { border-color: #8972ED; }
span { border-color: rgb(137,114,237); }
td.TdClassName
{
border-color: #8972ED;
}
.TagClassName
{
border-color: #8972ED;
}
</style>