Shades of Medium Slate Blue #845EED
Tints of Medium Slate Blue #845EED
RGB
CMYK
RGB Variations
Color information
#845EED (or 0x845EED) is known color: Medium Slate Blue. HEX triplet: 84, 5E and ED. RGB value is (132,94,237). Sum of RGB (Red+Green+Blue) = 132+94+237=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #845EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845EED is #7BA112. Grayscale: #797979. Windows color (decimal): -8102163 or 15556228. OLE color: 15556228.
HSL color Cylindrical-coordinate representation of color #845EED: hue angle of 255.94º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845EED is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 94 | 237 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.07 |
| HSL | 255.94º | 0.8% | 0.65% | - |
| HSV(B) | 255.94º | 0.6% | 0.93% | - |
| XYZ | 28.8 | 19.03 | 82.27 | - |
| YUV | 121.66 | 193.09 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 237 | 0.44 | 0.60 | 0 | 0.07 | 255.94 | 0.8 | 0.65 |
| Hex | 84 | 5E | ED | 2C | 3C | 0 | 7 | 100 | 50 | 41 |
| Octal | 204 | 136 | 355 | 54 | 74 | 0 | 7 | 400 | 120 | 101 |
| Binary | 10000100 | 1011110 | 11101101 | 101100 | 111100 | 0 | 111 | 100000000 | 1010000 | 1000001 |
Color Harmonies of #845EED
Complementary color
Monochromatic Colors of #845EED
Black with #845EED
Text Example
Text Example
White with #845EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845EED; }
p { color: rgb(132,94,237); }
H1.HeaderClassName
{
color: #845EED;
}
.AnyTagClassName
{
color: #845EED;
}
</style>
background-color css
<style>
a { background-color: #845EED; }
a { background-color: rgb(132,94,237); }
div.DivClassName
{
background-color: #845EED;
}
.BgClassName
{
background-color: #845EED;
}
</style>
border-color css
<style>
span { border-color: #845EED; }
span { border-color: rgb(132,94,237); }
td.TdClassName
{
border-color: #845EED;
}
.TagClassName
{
border-color: #845EED;
}
</style>