Shades of Medium Slate Blue #844FEC
Tints of Medium Slate Blue #844FEC
RGB
CMYK
RGB Variations
Color information
#844FEC (or 0x844FEC) is known color: Medium Slate Blue. HEX triplet: 84, 4F and EC. RGB value is (132,79,236). Sum of RGB (Red+Green+Blue) = 132+79+236=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #844FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844FEC is #7BB013. Grayscale: #707070. Windows color (decimal): -8106004 or 15486852. OLE color: 15486852.
HSL color Cylindrical-coordinate representation of color #844FEC: hue angle of 260.25º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #844FEC is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 79 | 236 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.07 |
| HSL | 260.25º | 0.81% | 0.62% | - |
| HSV(B) | 260.25º | 0.67% | 0.93% | - |
| XYZ | 27.45 | 16.55 | 81.11 | - |
| YUV | 112.75 | 197.56 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 236 | 0.44 | 0.67 | 0 | 0.07 | 260.25 | 0.81 | 0.62 |
| Hex | 84 | 4F | EC | 2C | 43 | 0 | 7 | 104 | 51 | 3E |
| Octal | 204 | 117 | 354 | 54 | 103 | 0 | 7 | 404 | 121 | 76 |
| Binary | 10000100 | 1001111 | 11101100 | 101100 | 1000011 | 0 | 111 | 100000100 | 1010001 | 111110 |
Color Harmonies of #844FEC
Complementary color
Monochromatic Colors of #844FEC
Black with #844FEC
Text Example
Text Example
White with #844FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FEC; }
p { color: rgb(132,79,236); }
H1.HeaderClassName
{
color: #844FEC;
}
.AnyTagClassName
{
color: #844FEC;
}
</style>
background-color css
<style>
a { background-color: #844FEC; }
a { background-color: rgb(132,79,236); }
div.DivClassName
{
background-color: #844FEC;
}
.BgClassName
{
background-color: #844FEC;
}
</style>
border-color css
<style>
span { border-color: #844FEC; }
span { border-color: rgb(132,79,236); }
td.TdClassName
{
border-color: #844FEC;
}
.TagClassName
{
border-color: #844FEC;
}
</style>