Shades of Medium Slate Blue #8068DB
Tints of Medium Slate Blue #8068DB
RGB
CMYK
RGB Variations
Color information
#8068DB (or 0x8068DB) is known color: Medium Slate Blue. HEX triplet: 80, 68 and DB. RGB value is (128,104,219). Sum of RGB (Red+Green+Blue) = 128+104+219=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #8068DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068DB is #7F9724. Grayscale: #7B7B7B. Windows color (decimal): -8361765 or 14379136. OLE color: 14379136.
HSL color Cylindrical-coordinate representation of color #8068DB: hue angle of 252.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8068DB is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 104 | 219 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.14 |
| HSL | 252.52º | 0.61% | 0.63% | - |
| HSV(B) | 252.52º | 0.53% | 0.86% | - |
| XYZ | 26.64 | 19.6 | 69.4 | - |
| YUV | 124.29 | 181.45 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 219 | 0.42 | 0.53 | 0 | 0.14 | 252.52 | 0.61 | 0.63 |
| Hex | 80 | 68 | DB | 2A | 35 | 0 | E | FD | 3D | 3F |
| Octal | 200 | 150 | 333 | 52 | 65 | 0 | 16 | 375 | 75 | 77 |
| Binary | 10000000 | 1101000 | 11011011 | 101010 | 110101 | 0 | 1110 | 11111101 | 111101 | 111111 |
Color Harmonies of #8068DB
Complementary color
Monochromatic Colors of #8068DB
Black with #8068DB
Text Example
Text Example
White with #8068DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8068DB; }
p { color: rgb(128,104,219); }
H1.HeaderClassName
{
color: #8068DB;
}
.AnyTagClassName
{
color: #8068DB;
}
</style>
background-color css
<style>
a { background-color: #8068DB; }
a { background-color: rgb(128,104,219); }
div.DivClassName
{
background-color: #8068DB;
}
.BgClassName
{
background-color: #8068DB;
}
</style>
border-color css
<style>
span { border-color: #8068DB; }
span { border-color: rgb(128,104,219); }
td.TdClassName
{
border-color: #8068DB;
}
.TagClassName
{
border-color: #8068DB;
}
</style>