Shades of Medium Slate Blue #845FE0
Tints of Medium Slate Blue #845FE0
RGB
CMYK
RGB Variations
Color information
#845FE0 (or 0x845FE0) is known color: Medium Slate Blue. HEX triplet: 84, 5F and E0. RGB value is (132,95,224). Sum of RGB (Red+Green+Blue) = 132+95+224=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #845FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FE0 is #7BA01F. Grayscale: #787878. Windows color (decimal): -8101920 or 14704516. OLE color: 14704516.
HSL color Cylindrical-coordinate representation of color #845FE0: hue angle of 257.21º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #845FE0 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 95 | 224 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.12 |
| HSL | 257.21º | 0.68% | 0.63% | - |
| HSV(B) | 257.21º | 0.58% | 0.88% | - |
| XYZ | 27.06 | 18.47 | 72.66 | - |
| YUV | 120.77 | 186.26 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 224 | 0.41 | 0.58 | 0 | 0.12 | 257.21 | 0.68 | 0.63 |
| Hex | 84 | 5F | E0 | 29 | 3A | 0 | C | 101 | 44 | 3F |
| Octal | 204 | 137 | 340 | 51 | 72 | 0 | 14 | 401 | 104 | 77 |
| Binary | 10000100 | 1011111 | 11100000 | 101001 | 111010 | 0 | 1100 | 100000001 | 1000100 | 111111 |
Color Harmonies of #845FE0
Complementary color
Monochromatic Colors of #845FE0
Black with #845FE0
Text Example
Text Example
White with #845FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FE0; }
p { color: rgb(132,95,224); }
H1.HeaderClassName
{
color: #845FE0;
}
.AnyTagClassName
{
color: #845FE0;
}
</style>
background-color css
<style>
a { background-color: #845FE0; }
a { background-color: rgb(132,95,224); }
div.DivClassName
{
background-color: #845FE0;
}
.BgClassName
{
background-color: #845FE0;
}
</style>
border-color css
<style>
span { border-color: #845FE0; }
span { border-color: rgb(132,95,224); }
td.TdClassName
{
border-color: #845FE0;
}
.TagClassName
{
border-color: #845FE0;
}
</style>