Shades of Medium Slate Blue #844DFD
Tints of Medium Slate Blue #844DFD
RGB
CMYK
RGB Variations
Color information
#844DFD (or 0x844DFD) is known color: Medium Slate Blue. HEX triplet: 84, 4D and FD. RGB value is (132,77,253). Sum of RGB (Red+Green+Blue) = 132+77+253=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #844DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844DFD is #7BB202. Grayscale: #707070. Windows color (decimal): -8106499 or 16600452. OLE color: 16600452.
HSL color Cylindrical-coordinate representation of color #844DFD: hue angle of 258.75º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #844DFD is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 77 | 253 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.01 |
| HSL | 258.75º | 0.98% | 0.65% | - |
| HSV(B) | 258.75º | 0.7% | 0.99% | - |
| XYZ | 29.9 | 17.31 | 94.69 | - |
| YUV | 113.51 | 206.72 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 253 | 0.48 | 0.70 | 0 | 0.01 | 258.75 | 0.98 | 0.65 |
| Hex | 84 | 4D | FD | 30 | 46 | 0 | 1 | 103 | 62 | 41 |
| Octal | 204 | 115 | 375 | 60 | 106 | 0 | 1 | 403 | 142 | 101 |
| Binary | 10000100 | 1001101 | 11111101 | 110000 | 1000110 | 0 | 1 | 100000011 | 1100010 | 1000001 |
Color Harmonies of #844DFD
Complementary color
Monochromatic Colors of #844DFD
Black with #844DFD
Text Example
Text Example
White with #844DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DFD; }
p { color: rgb(132,77,253); }
H1.HeaderClassName
{
color: #844DFD;
}
.AnyTagClassName
{
color: #844DFD;
}
</style>
background-color css
<style>
a { background-color: #844DFD; }
a { background-color: rgb(132,77,253); }
div.DivClassName
{
background-color: #844DFD;
}
.BgClassName
{
background-color: #844DFD;
}
</style>
border-color css
<style>
span { border-color: #844DFD; }
span { border-color: rgb(132,77,253); }
td.TdClassName
{
border-color: #844DFD;
}
.TagClassName
{
border-color: #844DFD;
}
</style>