Shades of Medium Slate Blue #8069DB
Tints of Medium Slate Blue #8069DB
RGB
CMYK
RGB Variations
Color information
#8069DB (or 0x8069DB) is known color: Medium Slate Blue. HEX triplet: 80, 69 and DB. RGB value is (128,105,219). Sum of RGB (Red+Green+Blue) = 128+105+219=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #8069DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8069DB is #7F9624. Grayscale: #7C7C7C. Windows color (decimal): -8361509 or 14379392. OLE color: 14379392.
HSL color Cylindrical-coordinate representation of color #8069DB: hue angle of 252.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8069DB is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 105 | 219 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.14 |
| HSL | 252.11º | 0.61% | 0.64% | - |
| HSV(B) | 252.11º | 0.52% | 0.86% | - |
| XYZ | 26.74 | 19.81 | 69.43 | - |
| YUV | 124.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 219 | 0.42 | 0.52 | 0 | 0.14 | 252.11 | 0.61 | 0.64 |
| Hex | 80 | 69 | DB | 2A | 34 | 0 | E | FC | 3D | 40 |
| Octal | 200 | 151 | 333 | 52 | 64 | 0 | 16 | 374 | 75 | 100 |
| Binary | 10000000 | 1101001 | 11011011 | 101010 | 110100 | 0 | 1110 | 11111100 | 111101 | 1000000 |
Color Harmonies of #8069DB
Complementary color
Monochromatic Colors of #8069DB
Black with #8069DB
Text Example
Text Example
White with #8069DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8069DB; }
p { color: rgb(128,105,219); }
H1.HeaderClassName
{
color: #8069DB;
}
.AnyTagClassName
{
color: #8069DB;
}
</style>
background-color css
<style>
a { background-color: #8069DB; }
a { background-color: rgb(128,105,219); }
div.DivClassName
{
background-color: #8069DB;
}
.BgClassName
{
background-color: #8069DB;
}
</style>
border-color css
<style>
span { border-color: #8069DB; }
span { border-color: rgb(128,105,219); }
td.TdClassName
{
border-color: #8069DB;
}
.TagClassName
{
border-color: #8069DB;
}
</style>