Shades of Medium Slate Blue #846EE6
Tints of Medium Slate Blue #846EE6
RGB
CMYK
RGB Variations
Color information
#846EE6 (or 0x846EE6) is known color: Medium Slate Blue. HEX triplet: 84, 6E and E6. RGB value is (132,110,230). Sum of RGB (Red+Green+Blue) = 132+110+230=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #846EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846EE6 is #7B9119. Grayscale: #818181. Windows color (decimal): -8098074 or 15101572. OLE color: 15101572.
HSL color Cylindrical-coordinate representation of color #846EE6: hue angle of 251º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #846EE6 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 110 | 230 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.10 |
| HSL | 251º | 0.71% | 0.67% | - |
| HSV(B) | 251º | 0.52% | 0.9% | - |
| XYZ | 29.37 | 21.77 | 77.52 | - |
| YUV | 130.26 | 184.29 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 230 | 0.43 | 0.52 | 0 | 0.10 | 251 | 0.71 | 0.67 |
| Hex | 84 | 6E | E6 | 2B | 34 | 0 | A | FB | 47 | 43 |
| Octal | 204 | 156 | 346 | 53 | 64 | 0 | 12 | 373 | 107 | 103 |
| Binary | 10000100 | 1101110 | 11100110 | 101011 | 110100 | 0 | 1010 | 11111011 | 1000111 | 1000011 |
Color Harmonies of #846EE6
Complementary color
Monochromatic Colors of #846EE6
Black with #846EE6
Text Example
Text Example
White with #846EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846EE6; }
p { color: rgb(132,110,230); }
H1.HeaderClassName
{
color: #846EE6;
}
.AnyTagClassName
{
color: #846EE6;
}
</style>
background-color css
<style>
a { background-color: #846EE6; }
a { background-color: rgb(132,110,230); }
div.DivClassName
{
background-color: #846EE6;
}
.BgClassName
{
background-color: #846EE6;
}
</style>
border-color css
<style>
span { border-color: #846EE6; }
span { border-color: rgb(132,110,230); }
td.TdClassName
{
border-color: #846EE6;
}
.TagClassName
{
border-color: #846EE6;
}
</style>