Shades of Medium Slate Blue #806BDB
Tints of Medium Slate Blue #806BDB
RGB
CMYK
RGB Variations
Color information
#806BDB (or 0x806BDB) is known color: Medium Slate Blue. HEX triplet: 80, 6B and DB. RGB value is (128,107,219). Sum of RGB (Red+Green+Blue) = 128+107+219=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #806BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BDB is #7F9424. Grayscale: #7D7D7D. Windows color (decimal): -8360997 or 14379904. OLE color: 14379904.
HSL color Cylindrical-coordinate representation of color #806BDB: hue angle of 251.25º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #806BDB is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 107 | 219 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.14 |
| HSL | 251.25º | 0.61% | 0.64% | - |
| HSV(B) | 251.25º | 0.51% | 0.86% | - |
| XYZ | 26.95 | 20.22 | 69.5 | - |
| YUV | 126.05 | 180.46 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 107 | 219 | 0.42 | 0.51 | 0 | 0.14 | 251.25 | 0.61 | 0.64 |
| Hex | 80 | 6B | DB | 2A | 33 | 0 | E | FB | 3D | 40 |
| Octal | 200 | 153 | 333 | 52 | 63 | 0 | 16 | 373 | 75 | 100 |
| Binary | 10000000 | 1101011 | 11011011 | 101010 | 110011 | 0 | 1110 | 11111011 | 111101 | 1000000 |
Color Harmonies of #806BDB
Complementary color
Monochromatic Colors of #806BDB
Black with #806BDB
Text Example
Text Example
White with #806BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806BDB; }
p { color: rgb(128,107,219); }
H1.HeaderClassName
{
color: #806BDB;
}
.AnyTagClassName
{
color: #806BDB;
}
</style>
background-color css
<style>
a { background-color: #806BDB; }
a { background-color: rgb(128,107,219); }
div.DivClassName
{
background-color: #806BDB;
}
.BgClassName
{
background-color: #806BDB;
}
</style>
border-color css
<style>
span { border-color: #806BDB; }
span { border-color: rgb(128,107,219); }
td.TdClassName
{
border-color: #806BDB;
}
.TagClassName
{
border-color: #806BDB;
}
</style>