Shades of Medium Slate Blue #804DED
Tints of Medium Slate Blue #804DED
RGB
CMYK
RGB Variations
Color information
#804DED (or 0x804DED) is known color: Medium Slate Blue. HEX triplet: 80, 4D and ED. RGB value is (128,77,237). Sum of RGB (Red+Green+Blue) = 128+77+237=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #804DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804DED is #7FB212. Grayscale: #6D6D6D. Windows color (decimal): -8368659 or 15551872. OLE color: 15551872.
HSL color Cylindrical-coordinate representation of color #804DED: hue angle of 259.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #804DED is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 77 | 237 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.07 |
| HSL | 259.13º | 0.82% | 0.62% | - |
| HSV(B) | 259.13º | 0.68% | 0.93% | - |
| XYZ | 26.84 | 16.01 | 81.8 | - |
| YUV | 110.49 | 199.4 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 237 | 0.46 | 0.68 | 0 | 0.07 | 259.13 | 0.82 | 0.62 |
| Hex | 80 | 4D | ED | 2E | 44 | 0 | 7 | 103 | 52 | 3E |
| Octal | 200 | 115 | 355 | 56 | 104 | 0 | 7 | 403 | 122 | 76 |
| Binary | 10000000 | 1001101 | 11101101 | 101110 | 1000100 | 0 | 111 | 100000011 | 1010010 | 111110 |
Color Harmonies of #804DED
Complementary color
Monochromatic Colors of #804DED
Black with #804DED
Text Example
Text Example
White with #804DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804DED; }
p { color: rgb(128,77,237); }
H1.HeaderClassName
{
color: #804DED;
}
.AnyTagClassName
{
color: #804DED;
}
</style>
background-color css
<style>
a { background-color: #804DED; }
a { background-color: rgb(128,77,237); }
div.DivClassName
{
background-color: #804DED;
}
.BgClassName
{
background-color: #804DED;
}
</style>
border-color css
<style>
span { border-color: #804DED; }
span { border-color: rgb(128,77,237); }
td.TdClassName
{
border-color: #804DED;
}
.TagClassName
{
border-color: #804DED;
}
</style>