Shades of Medium Slate Blue #806CDB
Tints of Medium Slate Blue #806CDB
RGB
CMYK
RGB Variations
Color information
#806CDB (or 0x806CDB) is known color: Medium Slate Blue. HEX triplet: 80, 6C and DB. RGB value is (128,108,219). Sum of RGB (Red+Green+Blue) = 128+108+219=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #806CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806CDB is #7F9324. Grayscale: #7E7E7E. Windows color (decimal): -8360741 or 14380160. OLE color: 14380160.
HSL color Cylindrical-coordinate representation of color #806CDB: hue angle of 250.81º 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 #806CDB is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 108 | 219 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.14 |
| HSL | 250.81º | 0.61% | 0.64% | - |
| HSV(B) | 250.81º | 0.51% | 0.86% | - |
| XYZ | 27.05 | 20.43 | 69.54 | - |
| YUV | 126.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 219 | 0.42 | 0.51 | 0 | 0.14 | 250.81 | 0.61 | 0.64 |
| Hex | 80 | 6C | DB | 2A | 33 | 0 | E | FB | 3D | 40 |
| Octal | 200 | 154 | 333 | 52 | 63 | 0 | 16 | 373 | 75 | 100 |
| Binary | 10000000 | 1101100 | 11011011 | 101010 | 110011 | 0 | 1110 | 11111011 | 111101 | 1000000 |
Color Harmonies of #806CDB
Complementary color
Monochromatic Colors of #806CDB
Black with #806CDB
Text Example
Text Example
White with #806CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806CDB; }
p { color: rgb(128,108,219); }
H1.HeaderClassName
{
color: #806CDB;
}
.AnyTagClassName
{
color: #806CDB;
}
</style>
background-color css
<style>
a { background-color: #806CDB; }
a { background-color: rgb(128,108,219); }
div.DivClassName
{
background-color: #806CDB;
}
.BgClassName
{
background-color: #806CDB;
}
</style>
border-color css
<style>
span { border-color: #806CDB; }
span { border-color: rgb(128,108,219); }
td.TdClassName
{
border-color: #806CDB;
}
.TagClassName
{
border-color: #806CDB;
}
</style>