Shades of Medium Slate Blue #846CED
Tints of Medium Slate Blue #846CED
RGB
CMYK
RGB Variations
Color information
#846CED (or 0x846CED) is known color: Medium Slate Blue. HEX triplet: 84, 6C and ED. RGB value is (132,108,237). Sum of RGB (Red+Green+Blue) = 132+108+237=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #846CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846CED is #7B9312. Grayscale: #818181. Windows color (decimal): -8098579 or 15559812. OLE color: 15559812.
HSL color Cylindrical-coordinate representation of color #846CED: hue angle of 251.16º 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 #846CED is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 108 | 237 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.07 |
| HSL | 251.16º | 0.78% | 0.68% | - |
| HSV(B) | 251.16º | 0.54% | 0.93% | - |
| XYZ | 30.16 | 21.75 | 82.73 | - |
| YUV | 129.88 | 188.45 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 237 | 0.44 | 0.54 | 0 | 0.07 | 251.16 | 0.78 | 0.68 |
| Hex | 84 | 6C | ED | 2C | 36 | 0 | 7 | FB | 4E | 44 |
| Octal | 204 | 154 | 355 | 54 | 66 | 0 | 7 | 373 | 116 | 104 |
| Binary | 10000100 | 1101100 | 11101101 | 101100 | 110110 | 0 | 111 | 11111011 | 1001110 | 1000100 |
Color Harmonies of #846CED
Complementary color
Monochromatic Colors of #846CED
Black with #846CED
Text Example
Text Example
White with #846CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846CED; }
p { color: rgb(132,108,237); }
H1.HeaderClassName
{
color: #846CED;
}
.AnyTagClassName
{
color: #846CED;
}
</style>
background-color css
<style>
a { background-color: #846CED; }
a { background-color: rgb(132,108,237); }
div.DivClassName
{
background-color: #846CED;
}
.BgClassName
{
background-color: #846CED;
}
</style>
border-color css
<style>
span { border-color: #846CED; }
span { border-color: rgb(132,108,237); }
td.TdClassName
{
border-color: #846CED;
}
.TagClassName
{
border-color: #846CED;
}
</style>