Shades of Medium Slate Blue #846CE0
Tints of Medium Slate Blue #846CE0
RGB
CMYK
RGB Variations
Color information
#846CE0 (or 0x846CE0) is known color: Medium Slate Blue. HEX triplet: 84, 6C and E0. RGB value is (132,108,224). Sum of RGB (Red+Green+Blue) = 132+108+224=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #846CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846CE0 is #7B931F. Grayscale: #7F7F7F. Windows color (decimal): -8098592 or 14707844. OLE color: 14707844.
HSL color Cylindrical-coordinate representation of color #846CE0: hue angle of 252.41º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #846CE0 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 108 | 224 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.12 |
| HSL | 252.41º | 0.65% | 0.65% | - |
| HSV(B) | 252.41º | 0.52% | 0.88% | - |
| XYZ | 28.33 | 21.01 | 73.08 | - |
| YUV | 128.4 | 181.95 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 224 | 0.41 | 0.52 | 0 | 0.12 | 252.41 | 0.65 | 0.65 |
| Hex | 84 | 6C | E0 | 29 | 34 | 0 | C | FC | 41 | 41 |
| Octal | 204 | 154 | 340 | 51 | 64 | 0 | 14 | 374 | 101 | 101 |
| Binary | 10000100 | 1101100 | 11100000 | 101001 | 110100 | 0 | 1100 | 11111100 | 1000001 | 1000001 |
Color Harmonies of #846CE0
Complementary color
Monochromatic Colors of #846CE0
Black with #846CE0
Text Example
Text Example
White with #846CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846CE0; }
p { color: rgb(132,108,224); }
H1.HeaderClassName
{
color: #846CE0;
}
.AnyTagClassName
{
color: #846CE0;
}
</style>
background-color css
<style>
a { background-color: #846CE0; }
a { background-color: rgb(132,108,224); }
div.DivClassName
{
background-color: #846CE0;
}
.BgClassName
{
background-color: #846CE0;
}
</style>
border-color css
<style>
span { border-color: #846CE0; }
span { border-color: rgb(132,108,224); }
td.TdClassName
{
border-color: #846CE0;
}
.TagClassName
{
border-color: #846CE0;
}
</style>