Shades of Medium Slate Blue #844DFB
Tints of Medium Slate Blue #844DFB
RGB
CMYK
RGB Variations
Color information
#844DFB (or 0x844DFB) is known color: Medium Slate Blue. HEX triplet: 84, 4D and FB. RGB value is (132,77,251). Sum of RGB (Red+Green+Blue) = 132+77+251=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #844DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844DFB is #7BB204. Grayscale: #707070. Windows color (decimal): -8106501 or 16469380. OLE color: 16469380.
HSL color Cylindrical-coordinate representation of color #844DFB: hue angle of 258.97º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844DFB is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 77 | 251 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.02 |
| HSL | 258.97º | 0.96% | 0.64% | - |
| HSV(B) | 258.97º | 0.69% | 0.98% | - |
| XYZ | 29.58 | 17.18 | 93.02 | - |
| YUV | 113.28 | 205.72 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 251 | 0.47 | 0.69 | 0 | 0.02 | 258.97 | 0.96 | 0.64 |
| Hex | 84 | 4D | FB | 2F | 45 | 0 | 2 | 103 | 60 | 40 |
| Octal | 204 | 115 | 373 | 57 | 105 | 0 | 2 | 403 | 140 | 100 |
| Binary | 10000100 | 1001101 | 11111011 | 101111 | 1000101 | 0 | 10 | 100000011 | 1100000 | 1000000 |
Color Harmonies of #844DFB
Complementary color
Monochromatic Colors of #844DFB
Black with #844DFB
Text Example
Text Example
White with #844DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844DFB; }
p { color: rgb(132,77,251); }
H1.HeaderClassName
{
color: #844DFB;
}
.AnyTagClassName
{
color: #844DFB;
}
</style>
background-color css
<style>
a { background-color: #844DFB; }
a { background-color: rgb(132,77,251); }
div.DivClassName
{
background-color: #844DFB;
}
.BgClassName
{
background-color: #844DFB;
}
</style>
border-color css
<style>
span { border-color: #844DFB; }
span { border-color: rgb(132,77,251); }
td.TdClassName
{
border-color: #844DFB;
}
.TagClassName
{
border-color: #844DFB;
}
</style>