Shades of Medium Slate Blue #805DDE
Tints of Medium Slate Blue #805DDE
RGB
CMYK
RGB Variations
Color information
#805DDE (or 0x805DDE) is known color: Medium Slate Blue. HEX triplet: 80, 5D and DE. RGB value is (128,93,222). Sum of RGB (Red+Green+Blue) = 128+93+222=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #805DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DDE is #7FA221. Grayscale: #757575. Windows color (decimal): -8364578 or 14572928. OLE color: 14572928.
HSL color Cylindrical-coordinate representation of color #805DDE: hue angle of 256.28º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #805DDE is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 93 | 222 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.13 |
| HSL | 256.28º | 0.66% | 0.62% | - |
| HSV(B) | 256.28º | 0.58% | 0.87% | - |
| XYZ | 26 | 17.69 | 71.15 | - |
| YUV | 118.17 | 186.6 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 222 | 0.42 | 0.58 | 0 | 0.13 | 256.28 | 0.66 | 0.62 |
| Hex | 80 | 5D | DE | 2A | 3A | 0 | D | 100 | 42 | 3E |
| Octal | 200 | 135 | 336 | 52 | 72 | 0 | 15 | 400 | 102 | 76 |
| Binary | 10000000 | 1011101 | 11011110 | 101010 | 111010 | 0 | 1101 | 100000000 | 1000010 | 111110 |
Color Harmonies of #805DDE
Complementary color
Monochromatic Colors of #805DDE
Black with #805DDE
Text Example
Text Example
White with #805DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DDE; }
p { color: rgb(128,93,222); }
H1.HeaderClassName
{
color: #805DDE;
}
.AnyTagClassName
{
color: #805DDE;
}
</style>
background-color css
<style>
a { background-color: #805DDE; }
a { background-color: rgb(128,93,222); }
div.DivClassName
{
background-color: #805DDE;
}
.BgClassName
{
background-color: #805DDE;
}
</style>
border-color css
<style>
span { border-color: #805DDE; }
span { border-color: rgb(128,93,222); }
td.TdClassName
{
border-color: #805DDE;
}
.TagClassName
{
border-color: #805DDE;
}
</style>