Shades of Medium Slate Blue #805ED9
Tints of Medium Slate Blue #805ED9
RGB
CMYK
RGB Variations
Color information
#805ED9 (or 0x805ED9) is known color: Medium Slate Blue. HEX triplet: 80, 5E and D9. RGB value is (128,94,217). Sum of RGB (Red+Green+Blue) = 128+94+217=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #805ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ED9 is #7FA126. Grayscale: #757575. Windows color (decimal): -8364327 or 14245504. OLE color: 14245504.
HSL color Cylindrical-coordinate representation of color #805ED9: hue angle of 256.59º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #805ED9 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 94 | 217 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.15 |
| HSL | 256.59º | 0.62% | 0.61% | - |
| HSV(B) | 256.59º | 0.57% | 0.85% | - |
| XYZ | 25.43 | 17.6 | 67.7 | - |
| YUV | 118.19 | 183.76 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 217 | 0.41 | 0.57 | 0 | 0.15 | 256.59 | 0.62 | 0.61 |
| Hex | 80 | 5E | D9 | 29 | 39 | 0 | F | 101 | 3E | 3D |
| Octal | 200 | 136 | 331 | 51 | 71 | 0 | 17 | 401 | 76 | 75 |
| Binary | 10000000 | 1011110 | 11011001 | 101001 | 111001 | 0 | 1111 | 100000001 | 111110 | 111101 |
Color Harmonies of #805ED9
Complementary color
Monochromatic Colors of #805ED9
Black with #805ED9
Text Example
Text Example
White with #805ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805ED9; }
p { color: rgb(128,94,217); }
H1.HeaderClassName
{
color: #805ED9;
}
.AnyTagClassName
{
color: #805ED9;
}
</style>
background-color css
<style>
a { background-color: #805ED9; }
a { background-color: rgb(128,94,217); }
div.DivClassName
{
background-color: #805ED9;
}
.BgClassName
{
background-color: #805ED9;
}
</style>
border-color css
<style>
span { border-color: #805ED9; }
span { border-color: rgb(128,94,217); }
td.TdClassName
{
border-color: #805ED9;
}
.TagClassName
{
border-color: #805ED9;
}
</style>