Shades of Medium Slate Blue #8059DB
Tints of Medium Slate Blue #8059DB
RGB
CMYK
RGB Variations
Color information
#8059DB (or 0x8059DB) is known color: Medium Slate Blue. HEX triplet: 80, 59 and DB. RGB value is (128,89,219). Sum of RGB (Red+Green+Blue) = 128+89+219=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #8059DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8059DB is #7FA624. Grayscale: #737373. Windows color (decimal): -8365605 or 14375296. OLE color: 14375296.
HSL color Cylindrical-coordinate representation of color #8059DB: hue angle of 258º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8059DB is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 89 | 219 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.14 |
| HSL | 258º | 0.64% | 0.6% | - |
| HSV(B) | 258º | 0.59% | 0.86% | - |
| XYZ | 25.26 | 16.85 | 68.94 | - |
| YUV | 115.48 | 186.42 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 219 | 0.42 | 0.59 | 0 | 0.14 | 258 | 0.64 | 0.6 |
| Hex | 80 | 59 | DB | 2A | 3B | 0 | E | 102 | 40 | 3C |
| Octal | 200 | 131 | 333 | 52 | 73 | 0 | 16 | 402 | 100 | 74 |
| Binary | 10000000 | 1011001 | 11011011 | 101010 | 111011 | 0 | 1110 | 100000010 | 1000000 | 111100 |
Color Harmonies of #8059DB
Complementary color
Monochromatic Colors of #8059DB
Black with #8059DB
Text Example
Text Example
White with #8059DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8059DB; }
p { color: rgb(128,89,219); }
H1.HeaderClassName
{
color: #8059DB;
}
.AnyTagClassName
{
color: #8059DB;
}
</style>
background-color css
<style>
a { background-color: #8059DB; }
a { background-color: rgb(128,89,219); }
div.DivClassName
{
background-color: #8059DB;
}
.BgClassName
{
background-color: #8059DB;
}
</style>
border-color css
<style>
span { border-color: #8059DB; }
span { border-color: rgb(128,89,219); }
td.TdClassName
{
border-color: #8059DB;
}
.TagClassName
{
border-color: #8059DB;
}
</style>