Shades of Medium Slate Blue #816EDB
Tints of Medium Slate Blue #816EDB
RGB
CMYK
RGB Variations
Color information
#816EDB (or 0x816EDB) is known color: Medium Slate Blue. HEX triplet: 81, 6E and DB. RGB value is (129,110,219). Sum of RGB (Red+Green+Blue) = 129+110+219=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 110 (43.36% from 255 or 24.02% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #816EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816EDB is #7E9124. Grayscale: #7F7F7F. Windows color (decimal): -8294693 or 14380673. OLE color: 14380673.
HSL color Cylindrical-coordinate representation of color #816EDB: hue angle of 250.46º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #816EDB is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 110 | 219 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.14 |
| HSL | 250.46º | 0.6% | 0.65% | - |
| HSV(B) | 250.46º | 0.5% | 0.86% | - |
| XYZ | 27.42 | 20.93 | 69.61 | - |
| YUV | 128.11 | 179.29 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 219 | 0.41 | 0.50 | 0 | 0.14 | 250.46 | 0.6 | 0.65 |
| Hex | 81 | 6E | DB | 29 | 32 | 0 | E | FA | 3C | 41 |
| Octal | 201 | 156 | 333 | 51 | 62 | 0 | 16 | 372 | 74 | 101 |
| Binary | 10000001 | 1101110 | 11011011 | 101001 | 110010 | 0 | 1110 | 11111010 | 111100 | 1000001 |
Color Harmonies of #816EDB
Complementary color
Monochromatic Colors of #816EDB
Black with #816EDB
Text Example
Text Example
White with #816EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816EDB; }
p { color: rgb(129,110,219); }
H1.HeaderClassName
{
color: #816EDB;
}
.AnyTagClassName
{
color: #816EDB;
}
</style>
background-color css
<style>
a { background-color: #816EDB; }
a { background-color: rgb(129,110,219); }
div.DivClassName
{
background-color: #816EDB;
}
.BgClassName
{
background-color: #816EDB;
}
</style>
border-color css
<style>
span { border-color: #816EDB; }
span { border-color: rgb(129,110,219); }
td.TdClassName
{
border-color: #816EDB;
}
.TagClassName
{
border-color: #816EDB;
}
</style>