Shades of Medium Slate Blue #846EED
Tints of Medium Slate Blue #846EED
RGB
CMYK
RGB Variations
Color information
#846EED (or 0x846EED) is known color: Medium Slate Blue. HEX triplet: 84, 6E and ED. RGB value is (132,110,237). Sum of RGB (Red+Green+Blue) = 132+110+237=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #846EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846EED is #7B9112. Grayscale: #828282. Windows color (decimal): -8098067 or 15560324. OLE color: 15560324.
HSL color Cylindrical-coordinate representation of color #846EED: hue angle of 250.39º 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 #846EED is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 110 | 237 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.07 |
| HSL | 250.39º | 0.78% | 0.68% | - |
| HSV(B) | 250.39º | 0.54% | 0.93% | - |
| XYZ | 30.38 | 22.17 | 82.8 | - |
| YUV | 131.06 | 187.79 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 237 | 0.44 | 0.54 | 0 | 0.07 | 250.39 | 0.78 | 0.68 |
| Hex | 84 | 6E | ED | 2C | 36 | 0 | 7 | FA | 4E | 44 |
| Octal | 204 | 156 | 355 | 54 | 66 | 0 | 7 | 372 | 116 | 104 |
| Binary | 10000100 | 1101110 | 11101101 | 101100 | 110110 | 0 | 111 | 11111010 | 1001110 | 1000100 |
Color Harmonies of #846EED
Complementary color
Monochromatic Colors of #846EED
Black with #846EED
Text Example
Text Example
White with #846EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846EED; }
p { color: rgb(132,110,237); }
H1.HeaderClassName
{
color: #846EED;
}
.AnyTagClassName
{
color: #846EED;
}
</style>
background-color css
<style>
a { background-color: #846EED; }
a { background-color: rgb(132,110,237); }
div.DivClassName
{
background-color: #846EED;
}
.BgClassName
{
background-color: #846EED;
}
</style>
border-color css
<style>
span { border-color: #846EED; }
span { border-color: rgb(132,110,237); }
td.TdClassName
{
border-color: #846EED;
}
.TagClassName
{
border-color: #846EED;
}
</style>