Shades of Medium Slate Blue #805AE3
Tints of Medium Slate Blue #805AE3
RGB
CMYK
RGB Variations
Color information
#805AE3 (or 0x805AE3) is known color: Medium Slate Blue. HEX triplet: 80, 5A and E3. RGB value is (128,90,227). Sum of RGB (Red+Green+Blue) = 128+90+227=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 227 (89.06% from 255 or 51.01% from 445); Max value from RGB is 227 - color contains mainly: blue. Hex color #805AE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805AE3 is #7FA51C. Grayscale: #747474. Windows color (decimal): -8365341 or 14899840. OLE color: 14899840.
HSL color Cylindrical-coordinate representation of color #805AE3: hue angle of 256.64º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805AE3 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 90 | 227 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.11 |
| HSL | 256.64º | 0.71% | 0.62% | - |
| HSV(B) | 256.64º | 0.6% | 0.89% | - |
| XYZ | 26.42 | 17.45 | 74.65 | - |
| YUV | 116.98 | 190.09 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 227 | 0.44 | 0.60 | 0 | 0.11 | 256.64 | 0.71 | 0.62 |
| Hex | 80 | 5A | E3 | 2C | 3C | 0 | B | 101 | 47 | 3E |
| Octal | 200 | 132 | 343 | 54 | 74 | 0 | 13 | 401 | 107 | 76 |
| Binary | 10000000 | 1011010 | 11100011 | 101100 | 111100 | 0 | 1011 | 100000001 | 1000111 | 111110 |
Color Harmonies of #805AE3
Complementary color
Monochromatic Colors of #805AE3
Black with #805AE3
Text Example
Text Example
White with #805AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805AE3; }
p { color: rgb(128,90,227); }
H1.HeaderClassName
{
color: #805AE3;
}
.AnyTagClassName
{
color: #805AE3;
}
</style>
background-color css
<style>
a { background-color: #805AE3; }
a { background-color: rgb(128,90,227); }
div.DivClassName
{
background-color: #805AE3;
}
.BgClassName
{
background-color: #805AE3;
}
</style>
border-color css
<style>
span { border-color: #805AE3; }
span { border-color: rgb(128,90,227); }
td.TdClassName
{
border-color: #805AE3;
}
.TagClassName
{
border-color: #805AE3;
}
</style>