Shades of Medium Slate Blue #845EEB
Tints of Medium Slate Blue #845EEB
RGB
CMYK
RGB Variations
Color information
#845EEB (or 0x845EEB) is known color: Medium Slate Blue. HEX triplet: 84, 5E and EB. RGB value is (132,94,235). Sum of RGB (Red+Green+Blue) = 132+94+235=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #845EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845EEB is #7BA114. Grayscale: #787878. Windows color (decimal): -8102165 or 15425156. OLE color: 15425156.
HSL color Cylindrical-coordinate representation of color #845EEB: hue angle of 256.17º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845EEB is Cyan = 0.44, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 94 | 235 | - |
| CMYK | 0.44 | 0.6 | 0 | 0.08 |
| HSL | 256.17º | 0.78% | 0.65% | - |
| HSV(B) | 256.17º | 0.6% | 0.92% | - |
| XYZ | 28.51 | 18.91 | 80.74 | - |
| YUV | 121.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 235 | 0.44 | 0.6 | 0 | 0.08 | 256.17 | 0.78 | 0.65 |
| Hex | 84 | 5E | EB | 2C | 3C | 0 | 8 | 100 | 4E | 41 |
| Octal | 204 | 136 | 353 | 54 | 74 | 0 | 10 | 400 | 116 | 101 |
| Binary | 10000100 | 1011110 | 11101011 | 101100 | 111100 | 0 | 1000 | 100000000 | 1001110 | 1000001 |
Color Harmonies of #845EEB
Complementary color
Monochromatic Colors of #845EEB
Black with #845EEB
Text Example
Text Example
White with #845EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845EEB; }
p { color: rgb(132,94,235); }
H1.HeaderClassName
{
color: #845EEB;
}
.AnyTagClassName
{
color: #845EEB;
}
</style>
background-color css
<style>
a { background-color: #845EEB; }
a { background-color: rgb(132,94,235); }
div.DivClassName
{
background-color: #845EEB;
}
.BgClassName
{
background-color: #845EEB;
}
</style>
border-color css
<style>
span { border-color: #845EEB; }
span { border-color: rgb(132,94,235); }
td.TdClassName
{
border-color: #845EEB;
}
.TagClassName
{
border-color: #845EEB;
}
</style>