Shades of Medium Slate Blue #844EDE
Tints of Medium Slate Blue #844EDE
RGB
CMYK
RGB Variations
Color information
#844EDE (or 0x844EDE) is known color: Medium Slate Blue. HEX triplet: 84, 4E and DE. RGB value is (132,78,222). Sum of RGB (Red+Green+Blue) = 132+78+222=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #844EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #844EDE is #7BB121. Grayscale: #6E6E6E. Windows color (decimal): -8106274 or 14569092. OLE color: 14569092.
HSL color Cylindrical-coordinate representation of color #844EDE: hue angle of 262.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #844EDE is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 78 | 222 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.13 |
| HSL | 262.5º | 0.69% | 0.59% | - |
| HSV(B) | 262.5º | 0.65% | 0.87% | - |
| XYZ | 25.42 | 15.63 | 70.78 | - |
| YUV | 110.56 | 190.89 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 222 | 0.41 | 0.65 | 0 | 0.13 | 262.5 | 0.69 | 0.59 |
| Hex | 84 | 4E | DE | 29 | 41 | 0 | D | 106 | 45 | 3B |
| Octal | 204 | 116 | 336 | 51 | 101 | 0 | 15 | 406 | 105 | 73 |
| Binary | 10000100 | 1001110 | 11011110 | 101001 | 1000001 | 0 | 1101 | 100000110 | 1000101 | 111011 |
Color Harmonies of #844EDE
Complementary color
Monochromatic Colors of #844EDE
Black with #844EDE
Text Example
Text Example
White with #844EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EDE; }
p { color: rgb(132,78,222); }
H1.HeaderClassName
{
color: #844EDE;
}
.AnyTagClassName
{
color: #844EDE;
}
</style>
background-color css
<style>
a { background-color: #844EDE; }
a { background-color: rgb(132,78,222); }
div.DivClassName
{
background-color: #844EDE;
}
.BgClassName
{
background-color: #844EDE;
}
</style>
border-color css
<style>
span { border-color: #844EDE; }
span { border-color: rgb(132,78,222); }
td.TdClassName
{
border-color: #844EDE;
}
.TagClassName
{
border-color: #844EDE;
}
</style>