Shades of Medium Slate Blue #8552ED
Tints of Medium Slate Blue #8552ED
RGB
CMYK
RGB Variations
Color information
#8552ED (or 0x8552ED) is known color: Medium Slate Blue. HEX triplet: 85, 52 and ED. RGB value is (133,82,237). Sum of RGB (Red+Green+Blue) = 133+82+237=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #8552ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8552ED is #7AAD12. Grayscale: #727272. Windows color (decimal): -8039699 or 15553157. OLE color: 15553157.
HSL color Cylindrical-coordinate representation of color #8552ED: hue angle of 259.74º 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 #8552ED is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 82 | 237 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.07 |
| HSL | 259.74º | 0.81% | 0.63% | - |
| HSV(B) | 259.74º | 0.65% | 0.93% | - |
| XYZ | 27.98 | 17.14 | 81.95 | - |
| YUV | 114.92 | 196.9 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 237 | 0.44 | 0.65 | 0 | 0.07 | 259.74 | 0.81 | 0.63 |
| Hex | 85 | 52 | ED | 2C | 41 | 0 | 7 | 104 | 51 | 3F |
| Octal | 205 | 122 | 355 | 54 | 101 | 0 | 7 | 404 | 121 | 77 |
| Binary | 10000101 | 1010010 | 11101101 | 101100 | 1000001 | 0 | 111 | 100000100 | 1010001 | 111111 |
Color Harmonies of #8552ED
Complementary color
Monochromatic Colors of #8552ED
Black with #8552ED
Text Example
Text Example
White with #8552ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8552ED; }
p { color: rgb(133,82,237); }
H1.HeaderClassName
{
color: #8552ED;
}
.AnyTagClassName
{
color: #8552ED;
}
</style>
background-color css
<style>
a { background-color: #8552ED; }
a { background-color: rgb(133,82,237); }
div.DivClassName
{
background-color: #8552ED;
}
.BgClassName
{
background-color: #8552ED;
}
</style>
border-color css
<style>
span { border-color: #8552ED; }
span { border-color: rgb(133,82,237); }
td.TdClassName
{
border-color: #8552ED;
}
.TagClassName
{
border-color: #8552ED;
}
</style>