Shades of Medium Slate Blue #845EE0
Tints of Medium Slate Blue #845EE0
RGB
CMYK
RGB Variations
Color information
#845EE0 (or 0x845EE0) is known color: Medium Slate Blue. HEX triplet: 84, 5E and E0. RGB value is (132,94,224). Sum of RGB (Red+Green+Blue) = 132+94+224=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #845EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845EE0 is #7BA11F. Grayscale: #777777. Windows color (decimal): -8102176 or 14704260. OLE color: 14704260.
HSL color Cylindrical-coordinate representation of color #845EE0: hue angle of 257.54º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #845EE0 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 94 | 224 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.12 |
| HSL | 257.54º | 0.68% | 0.62% | - |
| HSV(B) | 257.54º | 0.58% | 0.88% | - |
| XYZ | 26.97 | 18.29 | 72.63 | - |
| YUV | 120.18 | 186.59 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 224 | 0.41 | 0.58 | 0 | 0.12 | 257.54 | 0.68 | 0.62 |
| Hex | 84 | 5E | E0 | 29 | 3A | 0 | C | 102 | 44 | 3E |
| Octal | 204 | 136 | 340 | 51 | 72 | 0 | 14 | 402 | 104 | 76 |
| Binary | 10000100 | 1011110 | 11100000 | 101001 | 111010 | 0 | 1100 | 100000010 | 1000100 | 111110 |
Color Harmonies of #845EE0
Complementary color
Monochromatic Colors of #845EE0
Black with #845EE0
Text Example
Text Example
White with #845EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845EE0; }
p { color: rgb(132,94,224); }
H1.HeaderClassName
{
color: #845EE0;
}
.AnyTagClassName
{
color: #845EE0;
}
</style>
background-color css
<style>
a { background-color: #845EE0; }
a { background-color: rgb(132,94,224); }
div.DivClassName
{
background-color: #845EE0;
}
.BgClassName
{
background-color: #845EE0;
}
</style>
border-color css
<style>
span { border-color: #845EE0; }
span { border-color: rgb(132,94,224); }
td.TdClassName
{
border-color: #845EE0;
}
.TagClassName
{
border-color: #845EE0;
}
</style>