Shades of Medium Slate Blue #846AEC
Tints of Medium Slate Blue #846AEC
RGB
CMYK
RGB Variations
Color information
#846AEC (or 0x846AEC) is known color: Medium Slate Blue. HEX triplet: 84, 6A and EC. RGB value is (132,106,236). Sum of RGB (Red+Green+Blue) = 132+106+236=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #846AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846AEC is #7B9513. Grayscale: #808080. Windows color (decimal): -8099092 or 15493764. OLE color: 15493764.
HSL color Cylindrical-coordinate representation of color #846AEC: hue angle of 252º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #846AEC is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 106 | 236 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.07 |
| HSL | 252º | 0.77% | 0.67% | - |
| HSV(B) | 252º | 0.55% | 0.93% | - |
| XYZ | 29.81 | 21.27 | 81.89 | - |
| YUV | 128.59 | 188.61 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 236 | 0.44 | 0.55 | 0 | 0.07 | 252 | 0.77 | 0.67 |
| Hex | 84 | 6A | EC | 2C | 37 | 0 | 7 | FC | 4D | 43 |
| Octal | 204 | 152 | 354 | 54 | 67 | 0 | 7 | 374 | 115 | 103 |
| Binary | 10000100 | 1101010 | 11101100 | 101100 | 110111 | 0 | 111 | 11111100 | 1001101 | 1000011 |
Color Harmonies of #846AEC
Complementary color
Monochromatic Colors of #846AEC
Black with #846AEC
Text Example
Text Example
White with #846AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846AEC; }
p { color: rgb(132,106,236); }
H1.HeaderClassName
{
color: #846AEC;
}
.AnyTagClassName
{
color: #846AEC;
}
</style>
background-color css
<style>
a { background-color: #846AEC; }
a { background-color: rgb(132,106,236); }
div.DivClassName
{
background-color: #846AEC;
}
.BgClassName
{
background-color: #846AEC;
}
</style>
border-color css
<style>
span { border-color: #846AEC; }
span { border-color: rgb(132,106,236); }
td.TdClassName
{
border-color: #846AEC;
}
.TagClassName
{
border-color: #846AEC;
}
</style>