Shades of Medium Slate Blue #804FED
Tints of Medium Slate Blue #804FED
RGB
CMYK
RGB Variations
Color information
#804FED (or 0x804FED) is known color: Medium Slate Blue. HEX triplet: 80, 4F and ED. RGB value is (128,79,237). Sum of RGB (Red+Green+Blue) = 128+79+237=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #804FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804FED is #7FB012. Grayscale: #6F6F6F. Windows color (decimal): -8368147 or 15552384. OLE color: 15552384.
HSL color Cylindrical-coordinate representation of color #804FED: hue angle of 258.61º 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 #804FED is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 79 | 237 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.07 |
| HSL | 258.61º | 0.81% | 0.62% | - |
| HSV(B) | 258.61º | 0.67% | 0.93% | - |
| XYZ | 26.98 | 16.3 | 81.84 | - |
| YUV | 111.66 | 198.73 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 237 | 0.46 | 0.67 | 0 | 0.07 | 258.61 | 0.81 | 0.62 |
| Hex | 80 | 4F | ED | 2E | 43 | 0 | 7 | 103 | 51 | 3E |
| Octal | 200 | 117 | 355 | 56 | 103 | 0 | 7 | 403 | 121 | 76 |
| Binary | 10000000 | 1001111 | 11101101 | 101110 | 1000011 | 0 | 111 | 100000011 | 1010001 | 111110 |
Color Harmonies of #804FED
Complementary color
Monochromatic Colors of #804FED
Black with #804FED
Text Example
Text Example
White with #804FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FED; }
p { color: rgb(128,79,237); }
H1.HeaderClassName
{
color: #804FED;
}
.AnyTagClassName
{
color: #804FED;
}
</style>
background-color css
<style>
a { background-color: #804FED; }
a { background-color: rgb(128,79,237); }
div.DivClassName
{
background-color: #804FED;
}
.BgClassName
{
background-color: #804FED;
}
</style>
border-color css
<style>
span { border-color: #804FED; }
span { border-color: rgb(128,79,237); }
td.TdClassName
{
border-color: #804FED;
}
.TagClassName
{
border-color: #804FED;
}
</style>