Shades of Medium Slate Blue #8553EC
Tints of Medium Slate Blue #8553EC
RGB
CMYK
RGB Variations
Color information
#8553EC (or 0x8553EC) is known color: Medium Slate Blue. HEX triplet: 85, 53 and EC. RGB value is (133,83,236). Sum of RGB (Red+Green+Blue) = 133+83+236=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #8553EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8553EC is #7AAC13. Grayscale: #727272. Windows color (decimal): -8039444 or 15487877. OLE color: 15487877.
HSL color Cylindrical-coordinate representation of color #8553EC: hue angle of 259.61º degrees, saturation: 0.8, 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 #8553EC is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 83 | 236 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.07 |
| HSL | 259.61º | 0.8% | 0.63% | - |
| HSV(B) | 259.61º | 0.65% | 0.93% | - |
| XYZ | 27.91 | 17.23 | 81.21 | - |
| YUV | 115.39 | 196.07 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 236 | 0.44 | 0.65 | 0 | 0.07 | 259.61 | 0.8 | 0.63 |
| Hex | 85 | 53 | EC | 2C | 41 | 0 | 7 | 104 | 50 | 3F |
| Octal | 205 | 123 | 354 | 54 | 101 | 0 | 7 | 404 | 120 | 77 |
| Binary | 10000101 | 1010011 | 11101100 | 101100 | 1000001 | 0 | 111 | 100000100 | 1010000 | 111111 |
Color Harmonies of #8553EC
Complementary color
Monochromatic Colors of #8553EC
Black with #8553EC
Text Example
Text Example
White with #8553EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8553EC; }
p { color: rgb(133,83,236); }
H1.HeaderClassName
{
color: #8553EC;
}
.AnyTagClassName
{
color: #8553EC;
}
</style>
background-color css
<style>
a { background-color: #8553EC; }
a { background-color: rgb(133,83,236); }
div.DivClassName
{
background-color: #8553EC;
}
.BgClassName
{
background-color: #8553EC;
}
</style>
border-color css
<style>
span { border-color: #8553EC; }
span { border-color: rgb(133,83,236); }
td.TdClassName
{
border-color: #8553EC;
}
.TagClassName
{
border-color: #8553EC;
}
</style>