Shades of Medium Slate Blue #804CE0
Tints of Medium Slate Blue #804CE0
RGB
CMYK
RGB Variations
Color information
#804CE0 (or 0x804CE0) is known color: Medium Slate Blue. HEX triplet: 80, 4C and E0. RGB value is (128,76,224). Sum of RGB (Red+Green+Blue) = 128+76+224=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #804CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CE0 is #7FB31F. Grayscale: #6B6B6B. Windows color (decimal): -8368928 or 14699648. OLE color: 14699648.
HSL color Cylindrical-coordinate representation of color #804CE0: hue angle of 261.08º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #804CE0 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 76 | 224 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.12 |
| HSL | 261.08º | 0.7% | 0.59% | - |
| HSV(B) | 261.08º | 0.66% | 0.88% | - |
| XYZ | 24.94 | 15.14 | 72.13 | - |
| YUV | 108.42 | 193.23 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 224 | 0.43 | 0.66 | 0 | 0.12 | 261.08 | 0.7 | 0.59 |
| Hex | 80 | 4C | E0 | 2B | 42 | 0 | C | 105 | 46 | 3B |
| Octal | 200 | 114 | 340 | 53 | 102 | 0 | 14 | 405 | 106 | 73 |
| Binary | 10000000 | 1001100 | 11100000 | 101011 | 1000010 | 0 | 1100 | 100000101 | 1000110 | 111011 |
Color Harmonies of #804CE0
Complementary color
Monochromatic Colors of #804CE0
Black with #804CE0
Text Example
Text Example
White with #804CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CE0; }
p { color: rgb(128,76,224); }
H1.HeaderClassName
{
color: #804CE0;
}
.AnyTagClassName
{
color: #804CE0;
}
</style>
background-color css
<style>
a { background-color: #804CE0; }
a { background-color: rgb(128,76,224); }
div.DivClassName
{
background-color: #804CE0;
}
.BgClassName
{
background-color: #804CE0;
}
</style>
border-color css
<style>
span { border-color: #804CE0; }
span { border-color: rgb(128,76,224); }
td.TdClassName
{
border-color: #804CE0;
}
.TagClassName
{
border-color: #804CE0;
}
</style>