Shades of Medium Slate Blue #815DDD
Tints of Medium Slate Blue #815DDD
RGB
CMYK
RGB Variations
Color information
#815DDD (or 0x815DDD) is known color: Medium Slate Blue. HEX triplet: 81, 5D and DD. RGB value is (129,93,221). Sum of RGB (Red+Green+Blue) = 129+93+221=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #815DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DDD is #7EA222. Grayscale: #757575. Windows color (decimal): -8299043 or 14507393. OLE color: 14507393.
HSL color Cylindrical-coordinate representation of color #815DDD: hue angle of 256.88º 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 #815DDD is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 93 | 221 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.13 |
| HSL | 256.88º | 0.65% | 0.62% | - |
| HSV(B) | 256.88º | 0.58% | 0.87% | - |
| XYZ | 26.02 | 17.72 | 70.45 | - |
| YUV | 118.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 221 | 0.42 | 0.58 | 0 | 0.13 | 256.88 | 0.65 | 0.62 |
| Hex | 81 | 5D | DD | 2A | 3A | 0 | D | 101 | 41 | 3E |
| Octal | 201 | 135 | 335 | 52 | 72 | 0 | 15 | 401 | 101 | 76 |
| Binary | 10000001 | 1011101 | 11011101 | 101010 | 111010 | 0 | 1101 | 100000001 | 1000001 | 111110 |
Color Harmonies of #815DDD
Complementary color
Monochromatic Colors of #815DDD
Black with #815DDD
Text Example
Text Example
White with #815DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815DDD; }
p { color: rgb(129,93,221); }
H1.HeaderClassName
{
color: #815DDD;
}
.AnyTagClassName
{
color: #815DDD;
}
</style>
background-color css
<style>
a { background-color: #815DDD; }
a { background-color: rgb(129,93,221); }
div.DivClassName
{
background-color: #815DDD;
}
.BgClassName
{
background-color: #815DDD;
}
</style>
border-color css
<style>
span { border-color: #815DDD; }
span { border-color: rgb(129,93,221); }
td.TdClassName
{
border-color: #815DDD;
}
.TagClassName
{
border-color: #815DDD;
}
</style>