Shades of Medium Slate Blue #8060DB
Tints of Medium Slate Blue #8060DB
RGB
CMYK
RGB Variations
Color information
#8060DB (or 0x8060DB) is known color: Medium Slate Blue. HEX triplet: 80, 60 and DB. RGB value is (128,96,219). Sum of RGB (Red+Green+Blue) = 128+96+219=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #8060DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060DB is #7F9F24. Grayscale: #777777. Windows color (decimal): -8363813 or 14377088. OLE color: 14377088.
HSL color Cylindrical-coordinate representation of color #8060DB: hue angle of 255.61º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8060DB is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 96 | 219 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.14 |
| HSL | 255.61º | 0.63% | 0.62% | - |
| HSV(B) | 255.61º | 0.56% | 0.86% | - |
| XYZ | 25.87 | 18.07 | 69.14 | - |
| YUV | 119.59 | 184.1 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 219 | 0.42 | 0.56 | 0 | 0.14 | 255.61 | 0.63 | 0.62 |
| Hex | 80 | 60 | DB | 2A | 38 | 0 | E | 100 | 3F | 3E |
| Octal | 200 | 140 | 333 | 52 | 70 | 0 | 16 | 400 | 77 | 76 |
| Binary | 10000000 | 1100000 | 11011011 | 101010 | 111000 | 0 | 1110 | 100000000 | 111111 | 111110 |
Color Harmonies of #8060DB
Complementary color
Monochromatic Colors of #8060DB
Black with #8060DB
Text Example
Text Example
White with #8060DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8060DB; }
p { color: rgb(128,96,219); }
H1.HeaderClassName
{
color: #8060DB;
}
.AnyTagClassName
{
color: #8060DB;
}
</style>
background-color css
<style>
a { background-color: #8060DB; }
a { background-color: rgb(128,96,219); }
div.DivClassName
{
background-color: #8060DB;
}
.BgClassName
{
background-color: #8060DB;
}
</style>
border-color css
<style>
span { border-color: #8060DB; }
span { border-color: rgb(128,96,219); }
td.TdClassName
{
border-color: #8060DB;
}
.TagClassName
{
border-color: #8060DB;
}
</style>