Shades of Medium Slate Blue #846CEC
Tints of Medium Slate Blue #846CEC
RGB
CMYK
RGB Variations
Color information
#846CEC (or 0x846CEC) is known color: Medium Slate Blue. HEX triplet: 84, 6C and EC. RGB value is (132,108,236). Sum of RGB (Red+Green+Blue) = 132+108+236=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #846CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846CEC is #7B9313. Grayscale: #818181. Windows color (decimal): -8098580 or 15494276. OLE color: 15494276.
HSL color Cylindrical-coordinate representation of color #846CEC: hue angle of 251.25º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #846CEC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 108 | 236 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.07 |
| HSL | 251.25º | 0.77% | 0.67% | - |
| HSV(B) | 251.25º | 0.54% | 0.93% | - |
| XYZ | 30.02 | 21.69 | 81.96 | - |
| YUV | 129.77 | 187.95 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 236 | 0.44 | 0.54 | 0 | 0.07 | 251.25 | 0.77 | 0.67 |
| Hex | 84 | 6C | EC | 2C | 36 | 0 | 7 | FB | 4D | 43 |
| Octal | 204 | 154 | 354 | 54 | 66 | 0 | 7 | 373 | 115 | 103 |
| Binary | 10000100 | 1101100 | 11101100 | 101100 | 110110 | 0 | 111 | 11111011 | 1001101 | 1000011 |
Color Harmonies of #846CEC
Complementary color
Monochromatic Colors of #846CEC
Black with #846CEC
Text Example
Text Example
White with #846CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846CEC; }
p { color: rgb(132,108,236); }
H1.HeaderClassName
{
color: #846CEC;
}
.AnyTagClassName
{
color: #846CEC;
}
</style>
background-color css
<style>
a { background-color: #846CEC; }
a { background-color: rgb(132,108,236); }
div.DivClassName
{
background-color: #846CEC;
}
.BgClassName
{
background-color: #846CEC;
}
</style>
border-color css
<style>
span { border-color: #846CEC; }
span { border-color: rgb(132,108,236); }
td.TdClassName
{
border-color: #846CEC;
}
.TagClassName
{
border-color: #846CEC;
}
</style>