Shades of Medium Slate Blue #805AE1
Tints of Medium Slate Blue #805AE1
RGB
CMYK
RGB Variations
Color information
#805AE1 (or 0x805AE1) is known color: Medium Slate Blue. HEX triplet: 80, 5A and E1. RGB value is (128,90,225). Sum of RGB (Red+Green+Blue) = 128+90+225=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 225 (88.28% from 255 or 50.79% from 443); Max value from RGB is 225 - color contains mainly: blue. Hex color #805AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805AE1 is #7FA51E. Grayscale: #747474. Windows color (decimal): -8365343 or 14768768. OLE color: 14768768.
HSL color Cylindrical-coordinate representation of color #805AE1: hue angle of 256.89º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805AE1 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 90 | 225 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.12 |
| HSL | 256.89º | 0.69% | 0.62% | - |
| HSV(B) | 256.89º | 0.6% | 0.88% | - |
| XYZ | 26.15 | 17.34 | 73.2 | - |
| YUV | 116.75 | 189.09 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 225 | 0.43 | 0.60 | 0 | 0.12 | 256.89 | 0.69 | 0.62 |
| Hex | 80 | 5A | E1 | 2B | 3C | 0 | C | 101 | 45 | 3E |
| Octal | 200 | 132 | 341 | 53 | 74 | 0 | 14 | 401 | 105 | 76 |
| Binary | 10000000 | 1011010 | 11100001 | 101011 | 111100 | 0 | 1100 | 100000001 | 1000101 | 111110 |
Color Harmonies of #805AE1
Complementary color
Monochromatic Colors of #805AE1
Black with #805AE1
Text Example
Text Example
White with #805AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805AE1; }
p { color: rgb(128,90,225); }
H1.HeaderClassName
{
color: #805AE1;
}
.AnyTagClassName
{
color: #805AE1;
}
</style>
background-color css
<style>
a { background-color: #805AE1; }
a { background-color: rgb(128,90,225); }
div.DivClassName
{
background-color: #805AE1;
}
.BgClassName
{
background-color: #805AE1;
}
</style>
border-color css
<style>
span { border-color: #805AE1; }
span { border-color: rgb(128,90,225); }
td.TdClassName
{
border-color: #805AE1;
}
.TagClassName
{
border-color: #805AE1;
}
</style>