Shades of Medium Slate Blue #804CED
Tints of Medium Slate Blue #804CED
RGB
CMYK
RGB Variations
Color information
#804CED (or 0x804CED) is known color: Medium Slate Blue. HEX triplet: 80, 4C and ED. RGB value is (128,76,237). Sum of RGB (Red+Green+Blue) = 128+76+237=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #804CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804CED is #7FB312. Grayscale: #6D6D6D. Windows color (decimal): -8368915 or 15551616. OLE color: 15551616.
HSL color Cylindrical-coordinate representation of color #804CED: hue angle of 259.38º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #804CED is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 76 | 237 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.07 |
| HSL | 259.38º | 0.82% | 0.61% | - |
| HSV(B) | 259.38º | 0.68% | 0.93% | - |
| XYZ | 26.77 | 15.87 | 81.77 | - |
| YUV | 109.9 | 199.73 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 237 | 0.46 | 0.68 | 0 | 0.07 | 259.38 | 0.82 | 0.61 |
| Hex | 80 | 4C | ED | 2E | 44 | 0 | 7 | 103 | 52 | 3D |
| Octal | 200 | 114 | 355 | 56 | 104 | 0 | 7 | 403 | 122 | 75 |
| Binary | 10000000 | 1001100 | 11101101 | 101110 | 1000100 | 0 | 111 | 100000011 | 1010010 | 111101 |
Color Harmonies of #804CED
Complementary color
Monochromatic Colors of #804CED
Black with #804CED
Text Example
Text Example
White with #804CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CED; }
p { color: rgb(128,76,237); }
H1.HeaderClassName
{
color: #804CED;
}
.AnyTagClassName
{
color: #804CED;
}
</style>
background-color css
<style>
a { background-color: #804CED; }
a { background-color: rgb(128,76,237); }
div.DivClassName
{
background-color: #804CED;
}
.BgClassName
{
background-color: #804CED;
}
</style>
border-color css
<style>
span { border-color: #804CED; }
span { border-color: rgb(128,76,237); }
td.TdClassName
{
border-color: #804CED;
}
.TagClassName
{
border-color: #804CED;
}
</style>