Shades of Medium Slate Blue #8452ED
Tints of Medium Slate Blue #8452ED
RGB
CMYK
RGB Variations
Color information
#8452ED (or 0x8452ED) is known color: Medium Slate Blue. HEX triplet: 84, 52 and ED. RGB value is (132,82,237). Sum of RGB (Red+Green+Blue) = 132+82+237=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #8452ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8452ED is #7BAD12. Grayscale: #727272. Windows color (decimal): -8105235 or 15553156. OLE color: 15553156.
HSL color Cylindrical-coordinate representation of color #8452ED: hue angle of 259.35º 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 #8452ED is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 82 | 237 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.07 |
| HSL | 259.35º | 0.81% | 0.63% | - |
| HSV(B) | 259.35º | 0.65% | 0.93% | - |
| XYZ | 27.82 | 17.05 | 81.95 | - |
| YUV | 114.62 | 197.07 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 237 | 0.44 | 0.65 | 0 | 0.07 | 259.35 | 0.81 | 0.63 |
| Hex | 84 | 52 | ED | 2C | 41 | 0 | 7 | 103 | 51 | 3F |
| Octal | 204 | 122 | 355 | 54 | 101 | 0 | 7 | 403 | 121 | 77 |
| Binary | 10000100 | 1010010 | 11101101 | 101100 | 1000001 | 0 | 111 | 100000011 | 1010001 | 111111 |
Color Harmonies of #8452ED
Complementary color
Monochromatic Colors of #8452ED
Black with #8452ED
Text Example
Text Example
White with #8452ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452ED; }
p { color: rgb(132,82,237); }
H1.HeaderClassName
{
color: #8452ED;
}
.AnyTagClassName
{
color: #8452ED;
}
</style>
background-color css
<style>
a { background-color: #8452ED; }
a { background-color: rgb(132,82,237); }
div.DivClassName
{
background-color: #8452ED;
}
.BgClassName
{
background-color: #8452ED;
}
</style>
border-color css
<style>
span { border-color: #8452ED; }
span { border-color: rgb(132,82,237); }
td.TdClassName
{
border-color: #8452ED;
}
.TagClassName
{
border-color: #8452ED;
}
</style>