Shades of Medium Slate Blue #846AE1
Tints of Medium Slate Blue #846AE1
RGB
CMYK
RGB Variations
Color information
#846AE1 (or 0x846AE1) is known color: Medium Slate Blue. HEX triplet: 84, 6A and E1. RGB value is (132,106,225). Sum of RGB (Red+Green+Blue) = 132+106+225=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #846AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846AE1 is #7B951E. Grayscale: #7E7E7E. Windows color (decimal): -8099103 or 14772868. OLE color: 14772868.
HSL color Cylindrical-coordinate representation of color #846AE1: hue angle of 253.11º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #846AE1 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 106 | 225 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.12 |
| HSL | 253.11º | 0.66% | 0.65% | - |
| HSV(B) | 253.11º | 0.53% | 0.88% | - |
| XYZ | 28.26 | 20.65 | 73.73 | - |
| YUV | 127.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 225 | 0.41 | 0.53 | 0 | 0.12 | 253.11 | 0.66 | 0.65 |
| Hex | 84 | 6A | E1 | 29 | 35 | 0 | C | FD | 42 | 41 |
| Octal | 204 | 152 | 341 | 51 | 65 | 0 | 14 | 375 | 102 | 101 |
| Binary | 10000100 | 1101010 | 11100001 | 101001 | 110101 | 0 | 1100 | 11111101 | 1000010 | 1000001 |
Color Harmonies of #846AE1
Complementary color
Monochromatic Colors of #846AE1
Black with #846AE1
Text Example
Text Example
White with #846AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846AE1; }
p { color: rgb(132,106,225); }
H1.HeaderClassName
{
color: #846AE1;
}
.AnyTagClassName
{
color: #846AE1;
}
</style>
background-color css
<style>
a { background-color: #846AE1; }
a { background-color: rgb(132,106,225); }
div.DivClassName
{
background-color: #846AE1;
}
.BgClassName
{
background-color: #846AE1;
}
</style>
border-color css
<style>
span { border-color: #846AE1; }
span { border-color: rgb(132,106,225); }
td.TdClassName
{
border-color: #846AE1;
}
.TagClassName
{
border-color: #846AE1;
}
</style>