Shades of Medium Slate Blue #804EED
Tints of Medium Slate Blue #804EED
RGB
CMYK
RGB Variations
Color information
#804EED (or 0x804EED) is known color: Medium Slate Blue. HEX triplet: 80, 4E and ED. RGB value is (128,78,237). Sum of RGB (Red+Green+Blue) = 128+78+237=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #804EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804EED is #7FB112. Grayscale: #6E6E6E. Windows color (decimal): -8368403 or 15552128. OLE color: 15552128.
HSL color Cylindrical-coordinate representation of color #804EED: hue angle of 258.87º degrees, saturation: 0.82, 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 #804EED is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 78 | 237 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.07 |
| HSL | 258.87º | 0.82% | 0.62% | - |
| HSV(B) | 258.87º | 0.67% | 0.93% | - |
| XYZ | 26.91 | 16.15 | 81.82 | - |
| YUV | 111.08 | 199.07 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 237 | 0.46 | 0.67 | 0 | 0.07 | 258.87 | 0.82 | 0.62 |
| Hex | 80 | 4E | ED | 2E | 43 | 0 | 7 | 103 | 52 | 3E |
| Octal | 200 | 116 | 355 | 56 | 103 | 0 | 7 | 403 | 122 | 76 |
| Binary | 10000000 | 1001110 | 11101101 | 101110 | 1000011 | 0 | 111 | 100000011 | 1010010 | 111110 |
Color Harmonies of #804EED
Complementary color
Monochromatic Colors of #804EED
Black with #804EED
Text Example
Text Example
White with #804EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804EED; }
p { color: rgb(128,78,237); }
H1.HeaderClassName
{
color: #804EED;
}
.AnyTagClassName
{
color: #804EED;
}
</style>
background-color css
<style>
a { background-color: #804EED; }
a { background-color: rgb(128,78,237); }
div.DivClassName
{
background-color: #804EED;
}
.BgClassName
{
background-color: #804EED;
}
</style>
border-color css
<style>
span { border-color: #804EED; }
span { border-color: rgb(128,78,237); }
td.TdClassName
{
border-color: #804EED;
}
.TagClassName
{
border-color: #804EED;
}
</style>