Shades of Medium Slate Blue #805EDA
Tints of Medium Slate Blue #805EDA
RGB
CMYK
RGB Variations
Color information
#805EDA (or 0x805EDA) is known color: Medium Slate Blue. HEX triplet: 80, 5E and DA. RGB value is (128,94,218). Sum of RGB (Red+Green+Blue) = 128+94+218=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #805EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805EDA is #7FA125. Grayscale: #757575. Windows color (decimal): -8364326 or 14311040. OLE color: 14311040.
HSL color Cylindrical-coordinate representation of color #805EDA: hue angle of 256.45º degrees, saturation: 0.63, 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 #805EDA is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 94 | 218 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.15 |
| HSL | 256.45º | 0.63% | 0.61% | - |
| HSV(B) | 256.45º | 0.57% | 0.85% | - |
| XYZ | 25.56 | 17.66 | 68.39 | - |
| YUV | 118.3 | 184.26 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 218 | 0.41 | 0.57 | 0 | 0.15 | 256.45 | 0.63 | 0.61 |
| Hex | 80 | 5E | DA | 29 | 39 | 0 | F | 100 | 3F | 3D |
| Octal | 200 | 136 | 332 | 51 | 71 | 0 | 17 | 400 | 77 | 75 |
| Binary | 10000000 | 1011110 | 11011010 | 101001 | 111001 | 0 | 1111 | 100000000 | 111111 | 111101 |
Color Harmonies of #805EDA
Complementary color
Monochromatic Colors of #805EDA
Black with #805EDA
Text Example
Text Example
White with #805EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805EDA; }
p { color: rgb(128,94,218); }
H1.HeaderClassName
{
color: #805EDA;
}
.AnyTagClassName
{
color: #805EDA;
}
</style>
background-color css
<style>
a { background-color: #805EDA; }
a { background-color: rgb(128,94,218); }
div.DivClassName
{
background-color: #805EDA;
}
.BgClassName
{
background-color: #805EDA;
}
</style>
border-color css
<style>
span { border-color: #805EDA; }
span { border-color: rgb(128,94,218); }
td.TdClassName
{
border-color: #805EDA;
}
.TagClassName
{
border-color: #805EDA;
}
</style>