Shades of Medium Slate Blue #8066DB
Tints of Medium Slate Blue #8066DB
RGB
CMYK
RGB Variations
Color information
#8066DB (or 0x8066DB) is known color: Medium Slate Blue. HEX triplet: 80, 66 and DB. RGB value is (128,102,219). Sum of RGB (Red+Green+Blue) = 128+102+219=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #8066DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8066DB is #7F9924. Grayscale: #7A7A7A. Windows color (decimal): -8362277 or 14378624. OLE color: 14378624.
HSL color Cylindrical-coordinate representation of color #8066DB: hue angle of 253.33º degrees, saturation: 0.62, 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 #8066DB is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 102 | 219 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.14 |
| HSL | 253.33º | 0.62% | 0.63% | - |
| HSV(B) | 253.33º | 0.53% | 0.86% | - |
| XYZ | 26.44 | 19.21 | 69.33 | - |
| YUV | 123.11 | 182.11 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 219 | 0.42 | 0.53 | 0 | 0.14 | 253.33 | 0.62 | 0.63 |
| Hex | 80 | 66 | DB | 2A | 35 | 0 | E | FD | 3E | 3F |
| Octal | 200 | 146 | 333 | 52 | 65 | 0 | 16 | 375 | 76 | 77 |
| Binary | 10000000 | 1100110 | 11011011 | 101010 | 110101 | 0 | 1110 | 11111101 | 111110 | 111111 |
Color Harmonies of #8066DB
Complementary color
Monochromatic Colors of #8066DB
Black with #8066DB
Text Example
Text Example
White with #8066DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066DB; }
p { color: rgb(128,102,219); }
H1.HeaderClassName
{
color: #8066DB;
}
.AnyTagClassName
{
color: #8066DB;
}
</style>
background-color css
<style>
a { background-color: #8066DB; }
a { background-color: rgb(128,102,219); }
div.DivClassName
{
background-color: #8066DB;
}
.BgClassName
{
background-color: #8066DB;
}
</style>
border-color css
<style>
span { border-color: #8066DB; }
span { border-color: rgb(128,102,219); }
td.TdClassName
{
border-color: #8066DB;
}
.TagClassName
{
border-color: #8066DB;
}
</style>