Shades of Medium Slate Blue #8352EC
Tints of Medium Slate Blue #8352EC
RGB
CMYK
RGB Variations
Color information
#8352EC (or 0x8352EC) is known color: Medium Slate Blue. HEX triplet: 83, 52 and EC. RGB value is (131,82,236). Sum of RGB (Red+Green+Blue) = 131+82+236=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #8352EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8352EC is #7CAD13. Grayscale: #717171. Windows color (decimal): -8170772 or 15487619. OLE color: 15487619.
HSL color Cylindrical-coordinate representation of color #8352EC: hue angle of 259.09º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8352EC is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 82 | 236 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.07 |
| HSL | 259.09º | 0.8% | 0.62% | - |
| HSV(B) | 259.09º | 0.65% | 0.93% | - |
| XYZ | 27.52 | 16.92 | 81.17 | - |
| YUV | 114.21 | 196.73 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 236 | 0.44 | 0.65 | 0 | 0.07 | 259.09 | 0.8 | 0.62 |
| Hex | 83 | 52 | EC | 2C | 41 | 0 | 7 | 103 | 50 | 3E |
| Octal | 203 | 122 | 354 | 54 | 101 | 0 | 7 | 403 | 120 | 76 |
| Binary | 10000011 | 1010010 | 11101100 | 101100 | 1000001 | 0 | 111 | 100000011 | 1010000 | 111110 |
Color Harmonies of #8352EC
Complementary color
Monochromatic Colors of #8352EC
Black with #8352EC
Text Example
Text Example
White with #8352EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8352EC; }
p { color: rgb(131,82,236); }
H1.HeaderClassName
{
color: #8352EC;
}
.AnyTagClassName
{
color: #8352EC;
}
</style>
background-color css
<style>
a { background-color: #8352EC; }
a { background-color: rgb(131,82,236); }
div.DivClassName
{
background-color: #8352EC;
}
.BgClassName
{
background-color: #8352EC;
}
</style>
border-color css
<style>
span { border-color: #8352EC; }
span { border-color: rgb(131,82,236); }
td.TdClassName
{
border-color: #8352EC;
}
.TagClassName
{
border-color: #8352EC;
}
</style>