Shades of Medium Slate Blue #844DED
Tints of Medium Slate Blue #844DED
RGB
CMYK
RGB Variations
Color information
#844DED (or 0x844DED) is known color: Medium Slate Blue. HEX triplet: 84, 4D and ED. RGB value is (132,77,237). Sum of RGB (Red+Green+Blue) = 132+77+237=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #844DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844DED is #7BB212. Grayscale: #6F6F6F. Windows color (decimal): -8106515 or 15551876. OLE color: 15551876.
HSL color Cylindrical-coordinate representation of color #844DED: hue angle of 260.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #844DED is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 77 | 237 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.07 |
| HSL | 260.63º | 0.82% | 0.62% | - |
| HSV(B) | 260.63º | 0.68% | 0.93% | - |
| XYZ | 27.46 | 16.33 | 81.83 | - |
| YUV | 111.69 | 198.72 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 237 | 0.44 | 0.68 | 0 | 0.07 | 260.63 | 0.82 | 0.62 |
| Hex | 84 | 4D | ED | 2C | 44 | 0 | 7 | 105 | 52 | 3E |
| Octal | 204 | 115 | 355 | 54 | 104 | 0 | 7 | 405 | 122 | 76 |
| Binary | 10000100 | 1001101 | 11101101 | 101100 | 1000100 | 0 | 111 | 100000101 | 1010010 | 111110 |
Color Harmonies of #844DED
Complementary color
Monochromatic Colors of #844DED
Black with #844DED
Text Example
Text Example
White with #844DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DED; }
p { color: rgb(132,77,237); }
H1.HeaderClassName
{
color: #844DED;
}
.AnyTagClassName
{
color: #844DED;
}
</style>
background-color css
<style>
a { background-color: #844DED; }
a { background-color: rgb(132,77,237); }
div.DivClassName
{
background-color: #844DED;
}
.BgClassName
{
background-color: #844DED;
}
</style>
border-color css
<style>
span { border-color: #844DED; }
span { border-color: rgb(132,77,237); }
td.TdClassName
{
border-color: #844DED;
}
.TagClassName
{
border-color: #844DED;
}
</style>