Shades of Medium Slate Blue #846CDF
Tints of Medium Slate Blue #846CDF
RGB
CMYK
RGB Variations
Color information
#846CDF (or 0x846CDF) is known color: Medium Slate Blue. HEX triplet: 84, 6C and DF. RGB value is (132,108,223). Sum of RGB (Red+Green+Blue) = 132+108+223=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #846CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846CDF is #7B9320. Grayscale: #7F7F7F. Windows color (decimal): -8098593 or 14642308. OLE color: 14642308.
HSL color Cylindrical-coordinate representation of color #846CDF: hue angle of 252.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #846CDF is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 108 | 223 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.13 |
| HSL | 252.52º | 0.64% | 0.65% | - |
| HSV(B) | 252.52º | 0.52% | 0.87% | - |
| XYZ | 28.2 | 20.96 | 72.37 | - |
| YUV | 128.29 | 181.45 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 223 | 0.41 | 0.52 | 0 | 0.13 | 252.52 | 0.64 | 0.65 |
| Hex | 84 | 6C | DF | 29 | 34 | 0 | D | FD | 40 | 41 |
| Octal | 204 | 154 | 337 | 51 | 64 | 0 | 15 | 375 | 100 | 101 |
| Binary | 10000100 | 1101100 | 11011111 | 101001 | 110100 | 0 | 1101 | 11111101 | 1000000 | 1000001 |
Color Harmonies of #846CDF
Complementary color
Monochromatic Colors of #846CDF
Black with #846CDF
Text Example
Text Example
White with #846CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846CDF; }
p { color: rgb(132,108,223); }
H1.HeaderClassName
{
color: #846CDF;
}
.AnyTagClassName
{
color: #846CDF;
}
</style>
background-color css
<style>
a { background-color: #846CDF; }
a { background-color: rgb(132,108,223); }
div.DivClassName
{
background-color: #846CDF;
}
.BgClassName
{
background-color: #846CDF;
}
</style>
border-color css
<style>
span { border-color: #846CDF; }
span { border-color: rgb(132,108,223); }
td.TdClassName
{
border-color: #846CDF;
}
.TagClassName
{
border-color: #846CDF;
}
</style>