Shades of Medium Slate Blue #844DEE
Tints of Medium Slate Blue #844DEE
RGB
CMYK
RGB Variations
Color information
#844DEE (or 0x844DEE) is known color: Medium Slate Blue. HEX triplet: 84, 4D and EE. RGB value is (132,77,238). Sum of RGB (Red+Green+Blue) = 132+77+238=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #844DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844DEE is #7BB211. Grayscale: #6F6F6F. Windows color (decimal): -8106514 or 15617412. OLE color: 15617412.
HSL color Cylindrical-coordinate representation of color #844DEE: hue angle of 260.5º degrees, saturation: 0.83, 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 #844DEE is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 77 | 238 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.07 |
| HSL | 260.5º | 0.83% | 0.62% | - |
| HSV(B) | 260.5º | 0.68% | 0.93% | - |
| XYZ | 27.6 | 16.39 | 82.6 | - |
| YUV | 111.8 | 199.22 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 238 | 0.45 | 0.68 | 0 | 0.07 | 260.5 | 0.83 | 0.62 |
| Hex | 84 | 4D | EE | 2D | 44 | 0 | 7 | 104 | 53 | 3E |
| Octal | 204 | 115 | 356 | 55 | 104 | 0 | 7 | 404 | 123 | 76 |
| Binary | 10000100 | 1001101 | 11101110 | 101101 | 1000100 | 0 | 111 | 100000100 | 1010011 | 111110 |
Color Harmonies of #844DEE
Complementary color
Monochromatic Colors of #844DEE
Black with #844DEE
Text Example
Text Example
White with #844DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DEE; }
p { color: rgb(132,77,238); }
H1.HeaderClassName
{
color: #844DEE;
}
.AnyTagClassName
{
color: #844DEE;
}
</style>
background-color css
<style>
a { background-color: #844DEE; }
a { background-color: rgb(132,77,238); }
div.DivClassName
{
background-color: #844DEE;
}
.BgClassName
{
background-color: #844DEE;
}
</style>
border-color css
<style>
span { border-color: #844DEE; }
span { border-color: rgb(132,77,238); }
td.TdClassName
{
border-color: #844DEE;
}
.TagClassName
{
border-color: #844DEE;
}
</style>