Shades of Medium Slate Blue #8452EC
Tints of Medium Slate Blue #8452EC
RGB
CMYK
RGB Variations
Color information
#8452EC (or 0x8452EC) is known color: Medium Slate Blue. HEX triplet: 84, 52 and EC. RGB value is (132,82,236). Sum of RGB (Red+Green+Blue) = 132+82+236=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #8452EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8452EC is #7BAD13. Grayscale: #717171. Windows color (decimal): -8105236 or 15487620. OLE color: 15487620.
HSL color Cylindrical-coordinate representation of color #8452EC: hue angle of 259.48º 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 #8452EC is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 82 | 236 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.07 |
| HSL | 259.48º | 0.8% | 0.62% | - |
| HSV(B) | 259.48º | 0.65% | 0.93% | - |
| XYZ | 27.67 | 17 | 81.18 | - |
| YUV | 114.51 | 196.57 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 236 | 0.44 | 0.65 | 0 | 0.07 | 259.48 | 0.8 | 0.62 |
| Hex | 84 | 52 | EC | 2C | 41 | 0 | 7 | 103 | 50 | 3E |
| Octal | 204 | 122 | 354 | 54 | 101 | 0 | 7 | 403 | 120 | 76 |
| Binary | 10000100 | 1010010 | 11101100 | 101100 | 1000001 | 0 | 111 | 100000011 | 1010000 | 111110 |
Color Harmonies of #8452EC
Complementary color
Monochromatic Colors of #8452EC
Black with #8452EC
Text Example
Text Example
White with #8452EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452EC; }
p { color: rgb(132,82,236); }
H1.HeaderClassName
{
color: #8452EC;
}
.AnyTagClassName
{
color: #8452EC;
}
</style>
background-color css
<style>
a { background-color: #8452EC; }
a { background-color: rgb(132,82,236); }
div.DivClassName
{
background-color: #8452EC;
}
.BgClassName
{
background-color: #8452EC;
}
</style>
border-color css
<style>
span { border-color: #8452EC; }
span { border-color: rgb(132,82,236); }
td.TdClassName
{
border-color: #8452EC;
}
.TagClassName
{
border-color: #8452EC;
}
</style>