Shades of Medium Slate Blue #845FED
Tints of Medium Slate Blue #845FED
RGB
CMYK
RGB Variations
Color information
#845FED (or 0x845FED) is known color: Medium Slate Blue. HEX triplet: 84, 5F and ED. RGB value is (132,95,237). Sum of RGB (Red+Green+Blue) = 132+95+237=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #845FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845FED is #7BA012. Grayscale: #797979. Windows color (decimal): -8101907 or 15556484. OLE color: 15556484.
HSL color Cylindrical-coordinate representation of color #845FED: hue angle of 255.63º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845FED is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 95 | 237 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.07 |
| HSL | 255.63º | 0.8% | 0.65% | - |
| HSV(B) | 255.63º | 0.6% | 0.93% | - |
| XYZ | 28.89 | 19.2 | 82.3 | - |
| YUV | 122.25 | 192.76 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 237 | 0.44 | 0.60 | 0 | 0.07 | 255.63 | 0.8 | 0.65 |
| Hex | 84 | 5F | ED | 2C | 3C | 0 | 7 | 100 | 50 | 41 |
| Octal | 204 | 137 | 355 | 54 | 74 | 0 | 7 | 400 | 120 | 101 |
| Binary | 10000100 | 1011111 | 11101101 | 101100 | 111100 | 0 | 111 | 100000000 | 1010000 | 1000001 |
Color Harmonies of #845FED
Complementary color
Monochromatic Colors of #845FED
Black with #845FED
Text Example
Text Example
White with #845FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FED; }
p { color: rgb(132,95,237); }
H1.HeaderClassName
{
color: #845FED;
}
.AnyTagClassName
{
color: #845FED;
}
</style>
background-color css
<style>
a { background-color: #845FED; }
a { background-color: rgb(132,95,237); }
div.DivClassName
{
background-color: #845FED;
}
.BgClassName
{
background-color: #845FED;
}
</style>
border-color css
<style>
span { border-color: #845FED; }
span { border-color: rgb(132,95,237); }
td.TdClassName
{
border-color: #845FED;
}
.TagClassName
{
border-color: #845FED;
}
</style>