Shades of Medium Slate Blue #805DDD
Tints of Medium Slate Blue #805DDD
RGB
CMYK
RGB Variations
Color information
#805DDD (or 0x805DDD) is known color: Medium Slate Blue. HEX triplet: 80, 5D and DD. RGB value is (128,93,221). Sum of RGB (Red+Green+Blue) = 128+93+221=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #805DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DDD is #7FA222. Grayscale: #757575. Windows color (decimal): -8364579 or 14507392. OLE color: 14507392.
HSL color Cylindrical-coordinate representation of color #805DDD: hue angle of 256.41º degrees, saturation: 0.65, 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 #805DDD is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 93 | 221 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.13 |
| HSL | 256.41º | 0.65% | 0.62% | - |
| HSV(B) | 256.41º | 0.58% | 0.87% | - |
| XYZ | 25.87 | 17.64 | 70.45 | - |
| YUV | 118.06 | 186.1 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 221 | 0.42 | 0.58 | 0 | 0.13 | 256.41 | 0.65 | 0.62 |
| Hex | 80 | 5D | DD | 2A | 3A | 0 | D | 100 | 41 | 3E |
| Octal | 200 | 135 | 335 | 52 | 72 | 0 | 15 | 400 | 101 | 76 |
| Binary | 10000000 | 1011101 | 11011101 | 101010 | 111010 | 0 | 1101 | 100000000 | 1000001 | 111110 |
Color Harmonies of #805DDD
Complementary color
Monochromatic Colors of #805DDD
Black with #805DDD
Text Example
Text Example
White with #805DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DDD; }
p { color: rgb(128,93,221); }
H1.HeaderClassName
{
color: #805DDD;
}
.AnyTagClassName
{
color: #805DDD;
}
</style>
background-color css
<style>
a { background-color: #805DDD; }
a { background-color: rgb(128,93,221); }
div.DivClassName
{
background-color: #805DDD;
}
.BgClassName
{
background-color: #805DDD;
}
</style>
border-color css
<style>
span { border-color: #805DDD; }
span { border-color: rgb(128,93,221); }
td.TdClassName
{
border-color: #805DDD;
}
.TagClassName
{
border-color: #805DDD;
}
</style>