Shades of Medium Slate Blue #844CEB
Tints of Medium Slate Blue #844CEB
RGB
CMYK
RGB Variations
Color information
#844CEB (or 0x844CEB) is known color: Medium Slate Blue. HEX triplet: 84, 4C and EB. RGB value is (132,76,235). Sum of RGB (Red+Green+Blue) = 132+76+235=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #844CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #844CEB is #7BB314. Grayscale: #6E6E6E. Windows color (decimal): -8106773 or 15420548. OLE color: 15420548.
HSL color Cylindrical-coordinate representation of color #844CEB: hue angle of 261.13º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #844CEB is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 76 | 235 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.08 |
| HSL | 261.13º | 0.8% | 0.61% | - |
| HSV(B) | 261.13º | 0.68% | 0.92% | - |
| XYZ | 27.1 | 16.07 | 80.27 | - |
| YUV | 110.87 | 198.05 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 235 | 0.44 | 0.68 | 0 | 0.08 | 261.13 | 0.8 | 0.61 |
| Hex | 84 | 4C | EB | 2C | 44 | 0 | 8 | 105 | 50 | 3D |
| Octal | 204 | 114 | 353 | 54 | 104 | 0 | 10 | 405 | 120 | 75 |
| Binary | 10000100 | 1001100 | 11101011 | 101100 | 1000100 | 0 | 1000 | 100000101 | 1010000 | 111101 |
Color Harmonies of #844CEB
Complementary color
Monochromatic Colors of #844CEB
Black with #844CEB
Text Example
Text Example
White with #844CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844CEB; }
p { color: rgb(132,76,235); }
H1.HeaderClassName
{
color: #844CEB;
}
.AnyTagClassName
{
color: #844CEB;
}
</style>
background-color css
<style>
a { background-color: #844CEB; }
a { background-color: rgb(132,76,235); }
div.DivClassName
{
background-color: #844CEB;
}
.BgClassName
{
background-color: #844CEB;
}
</style>
border-color css
<style>
span { border-color: #844CEB; }
span { border-color: rgb(132,76,235); }
td.TdClassName
{
border-color: #844CEB;
}
.TagClassName
{
border-color: #844CEB;
}
</style>