Shades of Medium Slate Blue #844DEC
Tints of Medium Slate Blue #844DEC
RGB
CMYK
RGB Variations
Color information
#844DEC (or 0x844DEC) is known color: Medium Slate Blue. HEX triplet: 84, 4D and EC. RGB value is (132,77,236). Sum of RGB (Red+Green+Blue) = 132+77+236=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #844DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844DEC is #7BB213. Grayscale: #6E6E6E. Windows color (decimal): -8106516 or 15486340. OLE color: 15486340.
HSL color Cylindrical-coordinate representation of color #844DEC: hue angle of 260.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844DEC is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 77 | 236 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.07 |
| HSL | 260.75º | 0.81% | 0.61% | - |
| HSV(B) | 260.75º | 0.67% | 0.93% | - |
| XYZ | 27.31 | 16.27 | 81.06 | - |
| YUV | 111.57 | 198.22 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 236 | 0.44 | 0.67 | 0 | 0.07 | 260.75 | 0.81 | 0.61 |
| Hex | 84 | 4D | EC | 2C | 43 | 0 | 7 | 105 | 51 | 3D |
| Octal | 204 | 115 | 354 | 54 | 103 | 0 | 7 | 405 | 121 | 75 |
| Binary | 10000100 | 1001101 | 11101100 | 101100 | 1000011 | 0 | 111 | 100000101 | 1010001 | 111101 |
Color Harmonies of #844DEC
Complementary color
Monochromatic Colors of #844DEC
Black with #844DEC
Text Example
Text Example
White with #844DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DEC; }
p { color: rgb(132,77,236); }
H1.HeaderClassName
{
color: #844DEC;
}
.AnyTagClassName
{
color: #844DEC;
}
</style>
background-color css
<style>
a { background-color: #844DEC; }
a { background-color: rgb(132,77,236); }
div.DivClassName
{
background-color: #844DEC;
}
.BgClassName
{
background-color: #844DEC;
}
</style>
border-color css
<style>
span { border-color: #844DEC; }
span { border-color: rgb(132,77,236); }
td.TdClassName
{
border-color: #844DEC;
}
.TagClassName
{
border-color: #844DEC;
}
</style>