Shades of Medium Slate Blue #846AED
Tints of Medium Slate Blue #846AED
RGB
CMYK
RGB Variations
Color information
#846AED (or 0x846AED) is known color: Medium Slate Blue. HEX triplet: 84, 6A and ED. RGB value is (132,106,237). Sum of RGB (Red+Green+Blue) = 132+106+237=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #846AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846AED is #7B9512. Grayscale: #808080. Windows color (decimal): -8099091 or 15559300. OLE color: 15559300.
HSL color Cylindrical-coordinate representation of color #846AED: hue angle of 251.91º degrees, saturation: 0.78, 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 #846AED is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 106 | 237 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.07 |
| HSL | 251.91º | 0.78% | 0.67% | - |
| HSV(B) | 251.91º | 0.55% | 0.93% | - |
| XYZ | 29.96 | 21.33 | 82.66 | - |
| YUV | 128.71 | 189.11 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 237 | 0.44 | 0.55 | 0 | 0.07 | 251.91 | 0.78 | 0.67 |
| Hex | 84 | 6A | ED | 2C | 37 | 0 | 7 | FC | 4E | 43 |
| Octal | 204 | 152 | 355 | 54 | 67 | 0 | 7 | 374 | 116 | 103 |
| Binary | 10000100 | 1101010 | 11101101 | 101100 | 110111 | 0 | 111 | 11111100 | 1001110 | 1000011 |
Color Harmonies of #846AED
Complementary color
Monochromatic Colors of #846AED
Black with #846AED
Text Example
Text Example
White with #846AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846AED; }
p { color: rgb(132,106,237); }
H1.HeaderClassName
{
color: #846AED;
}
.AnyTagClassName
{
color: #846AED;
}
</style>
background-color css
<style>
a { background-color: #846AED; }
a { background-color: rgb(132,106,237); }
div.DivClassName
{
background-color: #846AED;
}
.BgClassName
{
background-color: #846AED;
}
</style>
border-color css
<style>
span { border-color: #846AED; }
span { border-color: rgb(132,106,237); }
td.TdClassName
{
border-color: #846AED;
}
.TagClassName
{
border-color: #846AED;
}
</style>