Shades of Medium Slate Blue #846DED
Tints of Medium Slate Blue #846DED
RGB
CMYK
RGB Variations
Color information
#846DED (or 0x846DED) is known color: Medium Slate Blue. HEX triplet: 84, 6D and ED. RGB value is (132,109,237). Sum of RGB (Red+Green+Blue) = 132+109+237=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #846DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846DED is #7B9212. Grayscale: #818181. Windows color (decimal): -8098323 or 15560068. OLE color: 15560068.
HSL color Cylindrical-coordinate representation of color #846DED: hue angle of 250.78º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #846DED is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 109 | 237 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.07 |
| HSL | 250.78º | 0.78% | 0.68% | - |
| HSV(B) | 250.78º | 0.54% | 0.93% | - |
| XYZ | 30.27 | 21.96 | 82.76 | - |
| YUV | 130.47 | 188.12 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 237 | 0.44 | 0.54 | 0 | 0.07 | 250.78 | 0.78 | 0.68 |
| Hex | 84 | 6D | ED | 2C | 36 | 0 | 7 | FB | 4E | 44 |
| Octal | 204 | 155 | 355 | 54 | 66 | 0 | 7 | 373 | 116 | 104 |
| Binary | 10000100 | 1101101 | 11101101 | 101100 | 110110 | 0 | 111 | 11111011 | 1001110 | 1000100 |
Color Harmonies of #846DED
Complementary color
Monochromatic Colors of #846DED
Black with #846DED
Text Example
Text Example
White with #846DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846DED; }
p { color: rgb(132,109,237); }
H1.HeaderClassName
{
color: #846DED;
}
.AnyTagClassName
{
color: #846DED;
}
</style>
background-color css
<style>
a { background-color: #846DED; }
a { background-color: rgb(132,109,237); }
div.DivClassName
{
background-color: #846DED;
}
.BgClassName
{
background-color: #846DED;
}
</style>
border-color css
<style>
span { border-color: #846DED; }
span { border-color: rgb(132,109,237); }
td.TdClassName
{
border-color: #846DED;
}
.TagClassName
{
border-color: #846DED;
}
</style>