Shades of Medium Slate Blue #806ADB
Tints of Medium Slate Blue #806ADB
RGB
CMYK
RGB Variations
Color information
#806ADB (or 0x806ADB) is known color: Medium Slate Blue. HEX triplet: 80, 6A and DB. RGB value is (128,106,219). Sum of RGB (Red+Green+Blue) = 128+106+219=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #806ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ADB is #7F9524. Grayscale: #7D7D7D. Windows color (decimal): -8361253 or 14379648. OLE color: 14379648.
HSL color Cylindrical-coordinate representation of color #806ADB: hue angle of 251.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #806ADB is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 106 | 219 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.14 |
| HSL | 251.68º | 0.61% | 0.64% | - |
| HSV(B) | 251.68º | 0.52% | 0.86% | - |
| XYZ | 26.84 | 20.01 | 69.47 | - |
| YUV | 125.46 | 180.79 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 219 | 0.42 | 0.52 | 0 | 0.14 | 251.68 | 0.61 | 0.64 |
| Hex | 80 | 6A | DB | 2A | 34 | 0 | E | FC | 3D | 40 |
| Octal | 200 | 152 | 333 | 52 | 64 | 0 | 16 | 374 | 75 | 100 |
| Binary | 10000000 | 1101010 | 11011011 | 101010 | 110100 | 0 | 1110 | 11111100 | 111101 | 1000000 |
Color Harmonies of #806ADB
Complementary color
Monochromatic Colors of #806ADB
Black with #806ADB
Text Example
Text Example
White with #806ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806ADB; }
p { color: rgb(128,106,219); }
H1.HeaderClassName
{
color: #806ADB;
}
.AnyTagClassName
{
color: #806ADB;
}
</style>
background-color css
<style>
a { background-color: #806ADB; }
a { background-color: rgb(128,106,219); }
div.DivClassName
{
background-color: #806ADB;
}
.BgClassName
{
background-color: #806ADB;
}
</style>
border-color css
<style>
span { border-color: #806ADB; }
span { border-color: rgb(128,106,219); }
td.TdClassName
{
border-color: #806ADB;
}
.TagClassName
{
border-color: #806ADB;
}
</style>