Shades of Medium Slate Blue #845DEA
Tints of Medium Slate Blue #845DEA
RGB
CMYK
RGB Variations
Color information
#845DEA (or 0x845DEA) is known color: Medium Slate Blue. HEX triplet: 84, 5D and EA. RGB value is (132,93,234). Sum of RGB (Red+Green+Blue) = 132+93+234=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #845DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845DEA is #7BA215. Grayscale: #787878. Windows color (decimal): -8102422 or 15359364. OLE color: 15359364.
HSL color Cylindrical-coordinate representation of color #845DEA: hue angle of 256.6º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845DEA is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 93 | 234 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.08 |
| HSL | 256.6º | 0.77% | 0.64% | - |
| HSV(B) | 256.6º | 0.6% | 0.92% | - |
| XYZ | 28.28 | 18.67 | 79.96 | - |
| YUV | 120.74 | 191.92 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 234 | 0.44 | 0.60 | 0 | 0.08 | 256.6 | 0.77 | 0.64 |
| Hex | 84 | 5D | EA | 2C | 3C | 0 | 8 | 101 | 4D | 40 |
| Octal | 204 | 135 | 352 | 54 | 74 | 0 | 10 | 401 | 115 | 100 |
| Binary | 10000100 | 1011101 | 11101010 | 101100 | 111100 | 0 | 1000 | 100000001 | 1001101 | 1000000 |
Color Harmonies of #845DEA
Complementary color
Monochromatic Colors of #845DEA
Black with #845DEA
Text Example
Text Example
White with #845DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DEA; }
p { color: rgb(132,93,234); }
H1.HeaderClassName
{
color: #845DEA;
}
.AnyTagClassName
{
color: #845DEA;
}
</style>
background-color css
<style>
a { background-color: #845DEA; }
a { background-color: rgb(132,93,234); }
div.DivClassName
{
background-color: #845DEA;
}
.BgClassName
{
background-color: #845DEA;
}
</style>
border-color css
<style>
span { border-color: #845DEA; }
span { border-color: rgb(132,93,234); }
td.TdClassName
{
border-color: #845DEA;
}
.TagClassName
{
border-color: #845DEA;
}
</style>