Shades of Medium Slate Blue #806DDB
Tints of Medium Slate Blue #806DDB
RGB
CMYK
RGB Variations
Color information
#806DDB (or 0x806DDB) is known color: Medium Slate Blue. HEX triplet: 80, 6D and DB. RGB value is (128,109,219). Sum of RGB (Red+Green+Blue) = 128+109+219=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #806DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806DDB is #7F9224. Grayscale: #7E7E7E. Windows color (decimal): -8360485 or 14380416. OLE color: 14380416.
HSL color Cylindrical-coordinate representation of color #806DDB: hue angle of 250.36º 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 #806DDB is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 109 | 219 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.14 |
| HSL | 250.36º | 0.6% | 0.64% | - |
| HSV(B) | 250.36º | 0.5% | 0.86% | - |
| XYZ | 27.16 | 20.64 | 69.57 | - |
| YUV | 127.22 | 179.79 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 219 | 0.42 | 0.50 | 0 | 0.14 | 250.36 | 0.6 | 0.64 |
| Hex | 80 | 6D | DB | 2A | 32 | 0 | E | FA | 3C | 40 |
| Octal | 200 | 155 | 333 | 52 | 62 | 0 | 16 | 372 | 74 | 100 |
| Binary | 10000000 | 1101101 | 11011011 | 101010 | 110010 | 0 | 1110 | 11111010 | 111100 | 1000000 |
Color Harmonies of #806DDB
Complementary color
Monochromatic Colors of #806DDB
Black with #806DDB
Text Example
Text Example
White with #806DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806DDB; }
p { color: rgb(128,109,219); }
H1.HeaderClassName
{
color: #806DDB;
}
.AnyTagClassName
{
color: #806DDB;
}
</style>
background-color css
<style>
a { background-color: #806DDB; }
a { background-color: rgb(128,109,219); }
div.DivClassName
{
background-color: #806DDB;
}
.BgClassName
{
background-color: #806DDB;
}
</style>
border-color css
<style>
span { border-color: #806DDB; }
span { border-color: rgb(128,109,219); }
td.TdClassName
{
border-color: #806DDB;
}
.TagClassName
{
border-color: #806DDB;
}
</style>