Shades of Medium Slate Blue #844EF1
Tints of Medium Slate Blue #844EF1
RGB
CMYK
RGB Variations
Color information
#844EF1 (or 0x844EF1) is known color: Medium Slate Blue. HEX triplet: 84, 4E and F1. RGB value is (132,78,241). Sum of RGB (Red+Green+Blue) = 132+78+241=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #844EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844EF1 is #7BB10E. Grayscale: #707070. Windows color (decimal): -8106255 or 15814276. OLE color: 15814276.
HSL color Cylindrical-coordinate representation of color #844EF1: hue angle of 259.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #844EF1 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 78 | 241 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.05 |
| HSL | 259.88º | 0.85% | 0.63% | - |
| HSV(B) | 259.88º | 0.68% | 0.95% | - |
| XYZ | 28.12 | 16.71 | 84.96 | - |
| YUV | 112.73 | 200.39 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 241 | 0.45 | 0.68 | 0 | 0.05 | 259.88 | 0.85 | 0.63 |
| Hex | 84 | 4E | F1 | 2D | 44 | 0 | 5 | 104 | 55 | 3F |
| Octal | 204 | 116 | 361 | 55 | 104 | 0 | 5 | 404 | 125 | 77 |
| Binary | 10000100 | 1001110 | 11110001 | 101101 | 1000100 | 0 | 101 | 100000100 | 1010101 | 111111 |
Color Harmonies of #844EF1
Complementary color
Monochromatic Colors of #844EF1
Black with #844EF1
Text Example
Text Example
White with #844EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EF1; }
p { color: rgb(132,78,241); }
H1.HeaderClassName
{
color: #844EF1;
}
.AnyTagClassName
{
color: #844EF1;
}
</style>
background-color css
<style>
a { background-color: #844EF1; }
a { background-color: rgb(132,78,241); }
div.DivClassName
{
background-color: #844EF1;
}
.BgClassName
{
background-color: #844EF1;
}
</style>
border-color css
<style>
span { border-color: #844EF1; }
span { border-color: rgb(132,78,241); }
td.TdClassName
{
border-color: #844EF1;
}
.TagClassName
{
border-color: #844EF1;
}
</style>