Shades of Medium Slate Blue #844CEE
Tints of Medium Slate Blue #844CEE
RGB
CMYK
RGB Variations
Color information
#844CEE (or 0x844CEE) is known color: Medium Slate Blue. HEX triplet: 84, 4C and EE. RGB value is (132,76,238). Sum of RGB (Red+Green+Blue) = 132+76+238=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #844CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844CEE is #7BB311. Grayscale: #6E6E6E. Windows color (decimal): -8106770 or 15617156. OLE color: 15617156.
HSL color Cylindrical-coordinate representation of color #844CEE: hue angle of 260.74º 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 #844CEE is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 76 | 238 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.07 |
| HSL | 260.74º | 0.83% | 0.62% | - |
| HSV(B) | 260.74º | 0.68% | 0.93% | - |
| XYZ | 27.53 | 16.25 | 82.57 | - |
| YUV | 111.21 | 199.55 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 238 | 0.45 | 0.68 | 0 | 0.07 | 260.74 | 0.83 | 0.62 |
| Hex | 84 | 4C | EE | 2D | 44 | 0 | 7 | 105 | 53 | 3E |
| Octal | 204 | 114 | 356 | 55 | 104 | 0 | 7 | 405 | 123 | 76 |
| Binary | 10000100 | 1001100 | 11101110 | 101101 | 1000100 | 0 | 111 | 100000101 | 1010011 | 111110 |
Color Harmonies of #844CEE
Complementary color
Monochromatic Colors of #844CEE
Black with #844CEE
Text Example
Text Example
White with #844CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CEE; }
p { color: rgb(132,76,238); }
H1.HeaderClassName
{
color: #844CEE;
}
.AnyTagClassName
{
color: #844CEE;
}
</style>
background-color css
<style>
a { background-color: #844CEE; }
a { background-color: rgb(132,76,238); }
div.DivClassName
{
background-color: #844CEE;
}
.BgClassName
{
background-color: #844CEE;
}
</style>
border-color css
<style>
span { border-color: #844CEE; }
span { border-color: rgb(132,76,238); }
td.TdClassName
{
border-color: #844CEE;
}
.TagClassName
{
border-color: #844CEE;
}
</style>