Shades of Medium Slate Blue #8952ED
Tints of Medium Slate Blue #8952ED
RGB
CMYK
RGB Variations
Color information
#8952ED (or 0x8952ED) is known color: Medium Slate Blue. HEX triplet: 89, 52 and ED. RGB value is (137,82,237). Sum of RGB (Red+Green+Blue) = 137+82+237=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #8952ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8952ED is #76AD12. Grayscale: #737373. Windows color (decimal): -7777555 or 15553161. OLE color: 15553161.
HSL color Cylindrical-coordinate representation of color #8952ED: hue angle of 261.29º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8952ED is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 82 | 237 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.07 |
| HSL | 261.29º | 0.81% | 0.63% | - |
| HSV(B) | 261.29º | 0.65% | 0.93% | - |
| XYZ | 28.62 | 17.47 | 81.98 | - |
| YUV | 116.12 | 196.22 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 237 | 0.42 | 0.65 | 0 | 0.07 | 261.29 | 0.81 | 0.63 |
| Hex | 89 | 52 | ED | 2A | 41 | 0 | 7 | 105 | 51 | 3F |
| Octal | 211 | 122 | 355 | 52 | 101 | 0 | 7 | 405 | 121 | 77 |
| Binary | 10001001 | 1010010 | 11101101 | 101010 | 1000001 | 0 | 111 | 100000101 | 1010001 | 111111 |
Color Harmonies of #8952ED
Complementary color
Monochromatic Colors of #8952ED
Black with #8952ED
Text Example
Text Example
White with #8952ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8952ED; }
p { color: rgb(137,82,237); }
H1.HeaderClassName
{
color: #8952ED;
}
.AnyTagClassName
{
color: #8952ED;
}
</style>
background-color css
<style>
a { background-color: #8952ED; }
a { background-color: rgb(137,82,237); }
div.DivClassName
{
background-color: #8952ED;
}
.BgClassName
{
background-color: #8952ED;
}
</style>
border-color css
<style>
span { border-color: #8952ED; }
span { border-color: rgb(137,82,237); }
td.TdClassName
{
border-color: #8952ED;
}
.TagClassName
{
border-color: #8952ED;
}
</style>