Shades of Medium Slate Blue #8752ED
Tints of Medium Slate Blue #8752ED
RGB
CMYK
RGB Variations
Color information
#8752ED (or 0x8752ED) is known color: Medium Slate Blue. HEX triplet: 87, 52 and ED. RGB value is (135,82,237). Sum of RGB (Red+Green+Blue) = 135+82+237=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #8752ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8752ED is #78AD12. Grayscale: #727272. Windows color (decimal): -7908627 or 15553159. OLE color: 15553159.
HSL color Cylindrical-coordinate representation of color #8752ED: hue angle of 260.52º 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 #8752ED is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 82 | 237 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.07 |
| HSL | 260.52º | 0.81% | 0.63% | - |
| HSV(B) | 260.52º | 0.65% | 0.93% | - |
| XYZ | 28.3 | 17.3 | 81.97 | - |
| YUV | 115.52 | 196.56 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 237 | 0.43 | 0.65 | 0 | 0.07 | 260.52 | 0.81 | 0.63 |
| Hex | 87 | 52 | ED | 2B | 41 | 0 | 7 | 105 | 51 | 3F |
| Octal | 207 | 122 | 355 | 53 | 101 | 0 | 7 | 405 | 121 | 77 |
| Binary | 10000111 | 1010010 | 11101101 | 101011 | 1000001 | 0 | 111 | 100000101 | 1010001 | 111111 |
Color Harmonies of #8752ED
Complementary color
Monochromatic Colors of #8752ED
Black with #8752ED
Text Example
Text Example
White with #8752ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8752ED; }
p { color: rgb(135,82,237); }
H1.HeaderClassName
{
color: #8752ED;
}
.AnyTagClassName
{
color: #8752ED;
}
</style>
background-color css
<style>
a { background-color: #8752ED; }
a { background-color: rgb(135,82,237); }
div.DivClassName
{
background-color: #8752ED;
}
.BgClassName
{
background-color: #8752ED;
}
</style>
border-color css
<style>
span { border-color: #8752ED; }
span { border-color: rgb(135,82,237); }
td.TdClassName
{
border-color: #8752ED;
}
.TagClassName
{
border-color: #8752ED;
}
</style>