Shades of Medium Slate Blue #804EEC
Tints of Medium Slate Blue #804EEC
RGB
CMYK
RGB Variations
Color information
#804EEC (or 0x804EEC) is known color: Medium Slate Blue. HEX triplet: 80, 4E and EC. RGB value is (128,78,236). Sum of RGB (Red+Green+Blue) = 128+78+236=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #804EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804EEC is #7FB113. Grayscale: #6E6E6E. Windows color (decimal): -8368404 or 15486592. OLE color: 15486592.
HSL color Cylindrical-coordinate representation of color #804EEC: hue angle of 258.99º 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 #804EEC is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 78 | 236 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.07 |
| HSL | 258.99º | 0.81% | 0.62% | - |
| HSV(B) | 258.99º | 0.67% | 0.93% | - |
| XYZ | 26.77 | 16.09 | 81.05 | - |
| YUV | 110.96 | 198.57 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 236 | 0.46 | 0.67 | 0 | 0.07 | 258.99 | 0.81 | 0.62 |
| Hex | 80 | 4E | EC | 2E | 43 | 0 | 7 | 103 | 51 | 3E |
| Octal | 200 | 116 | 354 | 56 | 103 | 0 | 7 | 403 | 121 | 76 |
| Binary | 10000000 | 1001110 | 11101100 | 101110 | 1000011 | 0 | 111 | 100000011 | 1010001 | 111110 |
Color Harmonies of #804EEC
Complementary color
Monochromatic Colors of #804EEC
Black with #804EEC
Text Example
Text Example
White with #804EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804EEC; }
p { color: rgb(128,78,236); }
H1.HeaderClassName
{
color: #804EEC;
}
.AnyTagClassName
{
color: #804EEC;
}
</style>
background-color css
<style>
a { background-color: #804EEC; }
a { background-color: rgb(128,78,236); }
div.DivClassName
{
background-color: #804EEC;
}
.BgClassName
{
background-color: #804EEC;
}
</style>
border-color css
<style>
span { border-color: #804EEC; }
span { border-color: rgb(128,78,236); }
td.TdClassName
{
border-color: #804EEC;
}
.TagClassName
{
border-color: #804EEC;
}
</style>