Shades of Medium Slate Blue #844DFC
Tints of Medium Slate Blue #844DFC
RGB
CMYK
RGB Variations
Color information
#844DFC (or 0x844DFC) is known color: Medium Slate Blue. HEX triplet: 84, 4D and FC. RGB value is (132,77,252). Sum of RGB (Red+Green+Blue) = 132+77+252=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #844DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844DFC is #7BB203. Grayscale: #707070. Windows color (decimal): -8106500 or 16534916. OLE color: 16534916.
HSL color Cylindrical-coordinate representation of color #844DFC: hue angle of 258.86º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844DFC is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 77 | 252 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.01 |
| HSL | 258.86º | 0.97% | 0.65% | - |
| HSV(B) | 258.86º | 0.69% | 0.99% | - |
| XYZ | 29.74 | 17.24 | 93.86 | - |
| YUV | 113.4 | 206.22 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 252 | 0.48 | 0.69 | 0 | 0.01 | 258.86 | 0.97 | 0.65 |
| Hex | 84 | 4D | FC | 30 | 45 | 0 | 1 | 103 | 61 | 41 |
| Octal | 204 | 115 | 374 | 60 | 105 | 0 | 1 | 403 | 141 | 101 |
| Binary | 10000100 | 1001101 | 11111100 | 110000 | 1000101 | 0 | 1 | 100000011 | 1100001 | 1000001 |
Color Harmonies of #844DFC
Complementary color
Monochromatic Colors of #844DFC
Black with #844DFC
Text Example
Text Example
White with #844DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DFC; }
p { color: rgb(132,77,252); }
H1.HeaderClassName
{
color: #844DFC;
}
.AnyTagClassName
{
color: #844DFC;
}
</style>
background-color css
<style>
a { background-color: #844DFC; }
a { background-color: rgb(132,77,252); }
div.DivClassName
{
background-color: #844DFC;
}
.BgClassName
{
background-color: #844DFC;
}
</style>
border-color css
<style>
span { border-color: #844DFC; }
span { border-color: rgb(132,77,252); }
td.TdClassName
{
border-color: #844DFC;
}
.TagClassName
{
border-color: #844DFC;
}
</style>