Shades of Medium Slate Blue #844DFE
Tints of Medium Slate Blue #844DFE
RGB
CMYK
RGB Variations
Color information
#844DFE (or 0x844DFE) is known color: Medium Slate Blue. HEX triplet: 84, 4D and FE. RGB value is (132,77,254). Sum of RGB (Red+Green+Blue) = 132+77+254=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #844DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844DFE is #7BB201. Grayscale: #707070. Windows color (decimal): -8106498 or 16665988. OLE color: 16665988.
HSL color Cylindrical-coordinate representation of color #844DFE: hue angle of 258.64º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #844DFE is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 77 | 254 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.00 |
| HSL | 258.64º | 0.99% | 0.65% | - |
| HSV(B) | 258.64º | 0.7% | 1% | - |
| XYZ | 30.06 | 17.37 | 95.53 | - |
| YUV | 113.62 | 207.22 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 254 | 0.48 | 0.70 | 0 | 0.00 | 258.64 | 0.99 | 0.65 |
| Hex | 84 | 4D | FE | 30 | 46 | 0 | 0 | 103 | 63 | 41 |
| Octal | 204 | 115 | 376 | 60 | 106 | 0 | 0 | 403 | 143 | 101 |
| Binary | 10000100 | 1001101 | 11111110 | 110000 | 1000110 | 0 | 0 | 100000011 | 1100011 | 1000001 |
Color Harmonies of #844DFE
Complementary color
Monochromatic Colors of #844DFE
Black with #844DFE
Text Example
Text Example
White with #844DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DFE; }
p { color: rgb(132,77,254); }
H1.HeaderClassName
{
color: #844DFE;
}
.AnyTagClassName
{
color: #844DFE;
}
</style>
background-color css
<style>
a { background-color: #844DFE; }
a { background-color: rgb(132,77,254); }
div.DivClassName
{
background-color: #844DFE;
}
.BgClassName
{
background-color: #844DFE;
}
</style>
border-color css
<style>
span { border-color: #844DFE; }
span { border-color: rgb(132,77,254); }
td.TdClassName
{
border-color: #844DFE;
}
.TagClassName
{
border-color: #844DFE;
}
</style>