Shades of Medium Slate Blue #844DF0
Tints of Medium Slate Blue #844DF0
RGB
CMYK
RGB Variations
Color information
#844DF0 (or 0x844DF0) is known color: Medium Slate Blue. HEX triplet: 84, 4D and F0. RGB value is (132,77,240). Sum of RGB (Red+Green+Blue) = 132+77+240=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #844DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844DF0 is #7BB20F. Grayscale: #6F6F6F. Windows color (decimal): -8106512 or 15748484. OLE color: 15748484.
HSL color Cylindrical-coordinate representation of color #844DF0: hue angle of 260.25º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #844DF0 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 77 | 240 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.06 |
| HSL | 260.25º | 0.84% | 0.62% | - |
| HSV(B) | 260.25º | 0.68% | 0.94% | - |
| XYZ | 27.9 | 16.5 | 84.15 | - |
| YUV | 112.03 | 200.22 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 240 | 0.45 | 0.68 | 0 | 0.06 | 260.25 | 0.84 | 0.62 |
| Hex | 84 | 4D | F0 | 2D | 44 | 0 | 6 | 104 | 54 | 3E |
| Octal | 204 | 115 | 360 | 55 | 104 | 0 | 6 | 404 | 124 | 76 |
| Binary | 10000100 | 1001101 | 11110000 | 101101 | 1000100 | 0 | 110 | 100000100 | 1010100 | 111110 |
Color Harmonies of #844DF0
Complementary color
Monochromatic Colors of #844DF0
Black with #844DF0
Text Example
Text Example
White with #844DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DF0; }
p { color: rgb(132,77,240); }
H1.HeaderClassName
{
color: #844DF0;
}
.AnyTagClassName
{
color: #844DF0;
}
</style>
background-color css
<style>
a { background-color: #844DF0; }
a { background-color: rgb(132,77,240); }
div.DivClassName
{
background-color: #844DF0;
}
.BgClassName
{
background-color: #844DF0;
}
</style>
border-color css
<style>
span { border-color: #844DF0; }
span { border-color: rgb(132,77,240); }
td.TdClassName
{
border-color: #844DF0;
}
.TagClassName
{
border-color: #844DF0;
}
</style>