Shades of Medium Slate Blue #844EEE
Tints of Medium Slate Blue #844EEE
RGB
CMYK
RGB Variations
Color information
#844EEE (or 0x844EEE) is known color: Medium Slate Blue. HEX triplet: 84, 4E and EE. RGB value is (132,78,238). Sum of RGB (Red+Green+Blue) = 132+78+238=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #844EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844EEE is #7BB111. Grayscale: #6F6F6F. Windows color (decimal): -8106258 or 15617668. OLE color: 15617668.
HSL color Cylindrical-coordinate representation of color #844EEE: hue angle of 260.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844EEE is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 78 | 238 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.07 |
| HSL | 260.25º | 0.82% | 0.62% | - |
| HSV(B) | 260.25º | 0.67% | 0.93% | - |
| XYZ | 27.67 | 16.53 | 82.62 | - |
| YUV | 112.39 | 198.89 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 238 | 0.45 | 0.67 | 0 | 0.07 | 260.25 | 0.82 | 0.62 |
| Hex | 84 | 4E | EE | 2D | 43 | 0 | 7 | 104 | 52 | 3E |
| Octal | 204 | 116 | 356 | 55 | 103 | 0 | 7 | 404 | 122 | 76 |
| Binary | 10000100 | 1001110 | 11101110 | 101101 | 1000011 | 0 | 111 | 100000100 | 1010010 | 111110 |
Color Harmonies of #844EEE
Complementary color
Monochromatic Colors of #844EEE
Black with #844EEE
Text Example
Text Example
White with #844EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EEE; }
p { color: rgb(132,78,238); }
H1.HeaderClassName
{
color: #844EEE;
}
.AnyTagClassName
{
color: #844EEE;
}
</style>
background-color css
<style>
a { background-color: #844EEE; }
a { background-color: rgb(132,78,238); }
div.DivClassName
{
background-color: #844EEE;
}
.BgClassName
{
background-color: #844EEE;
}
</style>
border-color css
<style>
span { border-color: #844EEE; }
span { border-color: rgb(132,78,238); }
td.TdClassName
{
border-color: #844EEE;
}
.TagClassName
{
border-color: #844EEE;
}
</style>