Shades of Medium Slate Blue #845BEC
Tints of Medium Slate Blue #845BEC
RGB
CMYK
RGB Variations
Color information
#845BEC (or 0x845BEC) is known color: Medium Slate Blue. HEX triplet: 84, 5B and EC. RGB value is (132,91,236). Sum of RGB (Red+Green+Blue) = 132+91+236=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #845BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845BEC is #7BA413. Grayscale: #777777. Windows color (decimal): -8102932 or 15489924. OLE color: 15489924.
HSL color Cylindrical-coordinate representation of color #845BEC: hue angle of 256.97º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #845BEC is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 91 | 236 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.07 |
| HSL | 256.97º | 0.79% | 0.64% | - |
| HSV(B) | 256.97º | 0.61% | 0.93% | - |
| XYZ | 28.4 | 18.44 | 81.42 | - |
| YUV | 119.79 | 193.58 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 91 | 236 | 0.44 | 0.61 | 0 | 0.07 | 256.97 | 0.79 | 0.64 |
| Hex | 84 | 5B | EC | 2C | 3D | 0 | 7 | 101 | 4F | 40 |
| Octal | 204 | 133 | 354 | 54 | 75 | 0 | 7 | 401 | 117 | 100 |
| Binary | 10000100 | 1011011 | 11101100 | 101100 | 111101 | 0 | 111 | 100000001 | 1001111 | 1000000 |
Color Harmonies of #845BEC
Complementary color
Monochromatic Colors of #845BEC
Black with #845BEC
Text Example
Text Example
White with #845BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845BEC; }
p { color: rgb(132,91,236); }
H1.HeaderClassName
{
color: #845BEC;
}
.AnyTagClassName
{
color: #845BEC;
}
</style>
background-color css
<style>
a { background-color: #845BEC; }
a { background-color: rgb(132,91,236); }
div.DivClassName
{
background-color: #845BEC;
}
.BgClassName
{
background-color: #845BEC;
}
</style>
border-color css
<style>
span { border-color: #845BEC; }
span { border-color: rgb(132,91,236); }
td.TdClassName
{
border-color: #845BEC;
}
.TagClassName
{
border-color: #845BEC;
}
</style>