Shades of Medium Slate Blue #816FDB
Tints of Medium Slate Blue #816FDB
RGB
CMYK
RGB Variations
Color information
#816FDB (or 0x816FDB) is known color: Medium Slate Blue. HEX triplet: 81, 6F and DB. RGB value is (129,111,219). Sum of RGB (Red+Green+Blue) = 129+111+219=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #816FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816FDB is #7E9024. Grayscale: #808080. Windows color (decimal): -8294437 or 14380929. OLE color: 14380929.
HSL color Cylindrical-coordinate representation of color #816FDB: hue angle of 250º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #816FDB is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 111 | 219 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.14 |
| HSL | 250º | 0.6% | 0.65% | - |
| HSV(B) | 250º | 0.49% | 0.86% | - |
| XYZ | 27.52 | 21.15 | 69.65 | - |
| YUV | 128.69 | 178.96 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 219 | 0.41 | 0.49 | 0 | 0.14 | 250 | 0.6 | 0.65 |
| Hex | 81 | 6F | DB | 29 | 31 | 0 | E | FA | 3C | 41 |
| Octal | 201 | 157 | 333 | 51 | 61 | 0 | 16 | 372 | 74 | 101 |
| Binary | 10000001 | 1101111 | 11011011 | 101001 | 110001 | 0 | 1110 | 11111010 | 111100 | 1000001 |
Color Harmonies of #816FDB
Complementary color
Monochromatic Colors of #816FDB
Black with #816FDB
Text Example
Text Example
White with #816FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816FDB; }
p { color: rgb(129,111,219); }
H1.HeaderClassName
{
color: #816FDB;
}
.AnyTagClassName
{
color: #816FDB;
}
</style>
background-color css
<style>
a { background-color: #816FDB; }
a { background-color: rgb(129,111,219); }
div.DivClassName
{
background-color: #816FDB;
}
.BgClassName
{
background-color: #816FDB;
}
</style>
border-color css
<style>
span { border-color: #816FDB; }
span { border-color: rgb(129,111,219); }
td.TdClassName
{
border-color: #816FDB;
}
.TagClassName
{
border-color: #816FDB;
}
</style>