Shades of Medium Slate Blue #846EEB
Tints of Medium Slate Blue #846EEB
RGB
CMYK
RGB Variations
Color information
#846EEB (or 0x846EEB) is known color: Medium Slate Blue. HEX triplet: 84, 6E and EB. RGB value is (132,110,235). Sum of RGB (Red+Green+Blue) = 132+110+235=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #846EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846EEB is #7B9114. Grayscale: #828282. Windows color (decimal): -8098069 or 15429252. OLE color: 15429252.
HSL color Cylindrical-coordinate representation of color #846EEB: hue angle of 250.56º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #846EEB is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 110 | 235 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.08 |
| HSL | 250.56º | 0.76% | 0.68% | - |
| HSV(B) | 250.56º | 0.53% | 0.92% | - |
| XYZ | 30.09 | 22.06 | 81.27 | - |
| YUV | 130.83 | 186.79 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 235 | 0.44 | 0.53 | 0 | 0.08 | 250.56 | 0.76 | 0.68 |
| Hex | 84 | 6E | EB | 2C | 35 | 0 | 8 | FB | 4C | 44 |
| Octal | 204 | 156 | 353 | 54 | 65 | 0 | 10 | 373 | 114 | 104 |
| Binary | 10000100 | 1101110 | 11101011 | 101100 | 110101 | 0 | 1000 | 11111011 | 1001100 | 1000100 |
Color Harmonies of #846EEB
Complementary color
Monochromatic Colors of #846EEB
Black with #846EEB
Text Example
Text Example
White with #846EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846EEB; }
p { color: rgb(132,110,235); }
H1.HeaderClassName
{
color: #846EEB;
}
.AnyTagClassName
{
color: #846EEB;
}
</style>
background-color css
<style>
a { background-color: #846EEB; }
a { background-color: rgb(132,110,235); }
div.DivClassName
{
background-color: #846EEB;
}
.BgClassName
{
background-color: #846EEB;
}
</style>
border-color css
<style>
span { border-color: #846EEB; }
span { border-color: rgb(132,110,235); }
td.TdClassName
{
border-color: #846EEB;
}
.TagClassName
{
border-color: #846EEB;
}
</style>