Shades of Medium Slate Blue #845DED
Tints of Medium Slate Blue #845DED
RGB
CMYK
RGB Variations
Color information
#845DED (or 0x845DED) is known color: Medium Slate Blue. HEX triplet: 84, 5D and ED. RGB value is (132,93,237). Sum of RGB (Red+Green+Blue) = 132+93+237=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #845DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845DED is #7BA212. Grayscale: #787878. Windows color (decimal): -8102419 or 15555972. OLE color: 15555972.
HSL color Cylindrical-coordinate representation of color #845DED: hue angle of 256.25º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #845DED is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 93 | 237 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.07 |
| HSL | 256.25º | 0.8% | 0.65% | - |
| HSV(B) | 256.25º | 0.61% | 0.93% | - |
| XYZ | 28.72 | 18.85 | 82.25 | - |
| YUV | 121.08 | 193.42 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 237 | 0.44 | 0.61 | 0 | 0.07 | 256.25 | 0.8 | 0.65 |
| Hex | 84 | 5D | ED | 2C | 3D | 0 | 7 | 100 | 50 | 41 |
| Octal | 204 | 135 | 355 | 54 | 75 | 0 | 7 | 400 | 120 | 101 |
| Binary | 10000100 | 1011101 | 11101101 | 101100 | 111101 | 0 | 111 | 100000000 | 1010000 | 1000001 |
Color Harmonies of #845DED
Complementary color
Monochromatic Colors of #845DED
Black with #845DED
Text Example
Text Example
White with #845DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DED; }
p { color: rgb(132,93,237); }
H1.HeaderClassName
{
color: #845DED;
}
.AnyTagClassName
{
color: #845DED;
}
</style>
background-color css
<style>
a { background-color: #845DED; }
a { background-color: rgb(132,93,237); }
div.DivClassName
{
background-color: #845DED;
}
.BgClassName
{
background-color: #845DED;
}
</style>
border-color css
<style>
span { border-color: #845DED; }
span { border-color: rgb(132,93,237); }
td.TdClassName
{
border-color: #845DED;
}
.TagClassName
{
border-color: #845DED;
}
</style>