Shades of Medium Slate Blue #804CE3
Tints of Medium Slate Blue #804CE3
RGB
CMYK
RGB Variations
Color information
#804CE3 (or 0x804CE3) is known color: Medium Slate Blue. HEX triplet: 80, 4C and E3. RGB value is (128,76,227). Sum of RGB (Red+Green+Blue) = 128+76+227=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 227 (89.06% from 255 or 52.67% from 431); Max value from RGB is 227 - color contains mainly: blue. Hex color #804CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CE3 is #7FB31C. Grayscale: #6C6C6C. Windows color (decimal): -8368925 or 14896256. OLE color: 14896256.
HSL color Cylindrical-coordinate representation of color #804CE3: hue angle of 260.66º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #804CE3 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 76 | 227 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.11 |
| HSL | 260.66º | 0.73% | 0.59% | - |
| HSV(B) | 260.66º | 0.67% | 0.89% | - |
| XYZ | 25.35 | 15.3 | 74.29 | - |
| YUV | 108.76 | 194.73 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 227 | 0.44 | 0.67 | 0 | 0.11 | 260.66 | 0.73 | 0.59 |
| Hex | 80 | 4C | E3 | 2C | 43 | 0 | B | 105 | 49 | 3B |
| Octal | 200 | 114 | 343 | 54 | 103 | 0 | 13 | 405 | 111 | 73 |
| Binary | 10000000 | 1001100 | 11100011 | 101100 | 1000011 | 0 | 1011 | 100000101 | 1001001 | 111011 |
Color Harmonies of #804CE3
Complementary color
Monochromatic Colors of #804CE3
Black with #804CE3
Text Example
Text Example
White with #804CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CE3; }
p { color: rgb(128,76,227); }
H1.HeaderClassName
{
color: #804CE3;
}
.AnyTagClassName
{
color: #804CE3;
}
</style>
background-color css
<style>
a { background-color: #804CE3; }
a { background-color: rgb(128,76,227); }
div.DivClassName
{
background-color: #804CE3;
}
.BgClassName
{
background-color: #804CE3;
}
</style>
border-color css
<style>
span { border-color: #804CE3; }
span { border-color: rgb(128,76,227); }
td.TdClassName
{
border-color: #804CE3;
}
.TagClassName
{
border-color: #804CE3;
}
</style>