Shades of Medium Slate Blue #816DDB
Tints of Medium Slate Blue #816DDB
RGB
CMYK
RGB Variations
Color information
#816DDB (or 0x816DDB) is known color: Medium Slate Blue. HEX triplet: 81, 6D and DB. RGB value is (129,109,219). Sum of RGB (Red+Green+Blue) = 129+109+219=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #816DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DDB is #7E9224. Grayscale: #7F7F7F. Windows color (decimal): -8294949 or 14380417. OLE color: 14380417.
HSL color Cylindrical-coordinate representation of color #816DDB: hue angle of 250.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816DDB is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 109 | 219 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.14 |
| HSL | 250.91º | 0.6% | 0.64% | - |
| HSV(B) | 250.91º | 0.5% | 0.86% | - |
| XYZ | 27.31 | 20.72 | 69.58 | - |
| YUV | 127.52 | 179.63 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 219 | 0.41 | 0.50 | 0 | 0.14 | 250.91 | 0.6 | 0.64 |
| Hex | 81 | 6D | DB | 29 | 32 | 0 | E | FB | 3C | 40 |
| Octal | 201 | 155 | 333 | 51 | 62 | 0 | 16 | 373 | 74 | 100 |
| Binary | 10000001 | 1101101 | 11011011 | 101001 | 110010 | 0 | 1110 | 11111011 | 111100 | 1000000 |
Color Harmonies of #816DDB
Complementary color
Monochromatic Colors of #816DDB
Black with #816DDB
Text Example
Text Example
White with #816DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816DDB; }
p { color: rgb(129,109,219); }
H1.HeaderClassName
{
color: #816DDB;
}
.AnyTagClassName
{
color: #816DDB;
}
</style>
background-color css
<style>
a { background-color: #816DDB; }
a { background-color: rgb(129,109,219); }
div.DivClassName
{
background-color: #816DDB;
}
.BgClassName
{
background-color: #816DDB;
}
</style>
border-color css
<style>
span { border-color: #816DDB; }
span { border-color: rgb(129,109,219); }
td.TdClassName
{
border-color: #816DDB;
}
.TagClassName
{
border-color: #816DDB;
}
</style>