Shades of Medium Slate Blue #804FEC
Tints of Medium Slate Blue #804FEC
RGB
CMYK
RGB Variations
Color information
#804FEC (or 0x804FEC) is known color: Medium Slate Blue. HEX triplet: 80, 4F and EC. RGB value is (128,79,236). Sum of RGB (Red+Green+Blue) = 128+79+236=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #804FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804FEC is #7FB013. Grayscale: #6E6E6E. Windows color (decimal): -8368148 or 15486848. OLE color: 15486848.
HSL color Cylindrical-coordinate representation of color #804FEC: hue angle of 258.73º 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 #804FEC is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 79 | 236 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.07 |
| HSL | 258.73º | 0.81% | 0.62% | - |
| HSV(B) | 258.73º | 0.67% | 0.93% | - |
| XYZ | 26.84 | 16.24 | 81.08 | - |
| YUV | 111.55 | 198.23 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 236 | 0.46 | 0.67 | 0 | 0.07 | 258.73 | 0.81 | 0.62 |
| Hex | 80 | 4F | EC | 2E | 43 | 0 | 7 | 103 | 51 | 3E |
| Octal | 200 | 117 | 354 | 56 | 103 | 0 | 7 | 403 | 121 | 76 |
| Binary | 10000000 | 1001111 | 11101100 | 101110 | 1000011 | 0 | 111 | 100000011 | 1010001 | 111110 |
Color Harmonies of #804FEC
Complementary color
Monochromatic Colors of #804FEC
Black with #804FEC
Text Example
Text Example
White with #804FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FEC; }
p { color: rgb(128,79,236); }
H1.HeaderClassName
{
color: #804FEC;
}
.AnyTagClassName
{
color: #804FEC;
}
</style>
background-color css
<style>
a { background-color: #804FEC; }
a { background-color: rgb(128,79,236); }
div.DivClassName
{
background-color: #804FEC;
}
.BgClassName
{
background-color: #804FEC;
}
</style>
border-color css
<style>
span { border-color: #804FEC; }
span { border-color: rgb(128,79,236); }
td.TdClassName
{
border-color: #804FEC;
}
.TagClassName
{
border-color: #804FEC;
}
</style>