Shades of Medium Slate Blue #804EE5
Tints of Medium Slate Blue #804EE5
RGB
CMYK
RGB Variations
Color information
#804EE5 (or 0x804EE5) is known color: Medium Slate Blue. HEX triplet: 80, 4E and E5. RGB value is (128,78,229). Sum of RGB (Red+Green+Blue) = 128+78+229=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #804EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EE5 is #7FB11A. Grayscale: #6D6D6D. Windows color (decimal): -8368411 or 15027840. OLE color: 15027840.
HSL color Cylindrical-coordinate representation of color #804EE5: hue angle of 259.87º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #804EE5 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 78 | 229 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.10 |
| HSL | 259.87º | 0.74% | 0.6% | - |
| HSV(B) | 259.87º | 0.66% | 0.9% | - |
| XYZ | 25.77 | 15.7 | 75.8 | - |
| YUV | 110.16 | 195.07 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 229 | 0.44 | 0.66 | 0 | 0.10 | 259.87 | 0.74 | 0.6 |
| Hex | 80 | 4E | E5 | 2C | 42 | 0 | A | 104 | 4A | 3C |
| Octal | 200 | 116 | 345 | 54 | 102 | 0 | 12 | 404 | 112 | 74 |
| Binary | 10000000 | 1001110 | 11100101 | 101100 | 1000010 | 0 | 1010 | 100000100 | 1001010 | 111100 |
Color Harmonies of #804EE5
Complementary color
Monochromatic Colors of #804EE5
Black with #804EE5
Text Example
Text Example
White with #804EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804EE5; }
p { color: rgb(128,78,229); }
H1.HeaderClassName
{
color: #804EE5;
}
.AnyTagClassName
{
color: #804EE5;
}
</style>
background-color css
<style>
a { background-color: #804EE5; }
a { background-color: rgb(128,78,229); }
div.DivClassName
{
background-color: #804EE5;
}
.BgClassName
{
background-color: #804EE5;
}
</style>
border-color css
<style>
span { border-color: #804EE5; }
span { border-color: rgb(128,78,229); }
td.TdClassName
{
border-color: #804EE5;
}
.TagClassName
{
border-color: #804EE5;
}
</style>