Shades of Medium Slate Blue #845EEF
Tints of Medium Slate Blue #845EEF
RGB
CMYK
RGB Variations
Color information
#845EEF (or 0x845EEF) is known color: Medium Slate Blue. HEX triplet: 84, 5E and EF. RGB value is (132,94,239). Sum of RGB (Red+Green+Blue) = 132+94+239=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #845EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845EEF is #7BA110. Grayscale: #797979. Windows color (decimal): -8102161 or 15687300. OLE color: 15687300.
HSL color Cylindrical-coordinate representation of color #845EEF: hue angle of 255.72º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #845EEF is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 94 | 239 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.06 |
| HSL | 255.72º | 0.82% | 0.65% | - |
| HSV(B) | 255.72º | 0.61% | 0.94% | - |
| XYZ | 29.1 | 19.14 | 83.82 | - |
| YUV | 121.89 | 194.09 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 239 | 0.45 | 0.61 | 0 | 0.06 | 255.72 | 0.82 | 0.65 |
| Hex | 84 | 5E | EF | 2D | 3D | 0 | 6 | 100 | 52 | 41 |
| Octal | 204 | 136 | 357 | 55 | 75 | 0 | 6 | 400 | 122 | 101 |
| Binary | 10000100 | 1011110 | 11101111 | 101101 | 111101 | 0 | 110 | 100000000 | 1010010 | 1000001 |
Color Harmonies of #845EEF
Complementary color
Monochromatic Colors of #845EEF
Black with #845EEF
Text Example
Text Example
White with #845EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845EEF; }
p { color: rgb(132,94,239); }
H1.HeaderClassName
{
color: #845EEF;
}
.AnyTagClassName
{
color: #845EEF;
}
</style>
background-color css
<style>
a { background-color: #845EEF; }
a { background-color: rgb(132,94,239); }
div.DivClassName
{
background-color: #845EEF;
}
.BgClassName
{
background-color: #845EEF;
}
</style>
border-color css
<style>
span { border-color: #845EEF; }
span { border-color: rgb(132,94,239); }
td.TdClassName
{
border-color: #845EEF;
}
.TagClassName
{
border-color: #845EEF;
}
</style>