Shades of Medium Slate Blue #8064DB
Tints of Medium Slate Blue #8064DB
RGB
CMYK
RGB Variations
Color information
#8064DB (or 0x8064DB) is known color: Medium Slate Blue. HEX triplet: 80, 64 and DB. RGB value is (128,100,219). Sum of RGB (Red+Green+Blue) = 128+100+219=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #8064DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064DB is #7F9B24. Grayscale: #797979. Windows color (decimal): -8362789 or 14378112. OLE color: 14378112.
HSL color Cylindrical-coordinate representation of color #8064DB: hue angle of 254.12º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8064DB is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 100 | 219 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.14 |
| HSL | 254.12º | 0.62% | 0.63% | - |
| HSV(B) | 254.12º | 0.54% | 0.86% | - |
| XYZ | 26.25 | 18.82 | 69.27 | - |
| YUV | 121.94 | 182.78 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 219 | 0.42 | 0.54 | 0 | 0.14 | 254.12 | 0.62 | 0.63 |
| Hex | 80 | 64 | DB | 2A | 36 | 0 | E | FE | 3E | 3F |
| Octal | 200 | 144 | 333 | 52 | 66 | 0 | 16 | 376 | 76 | 77 |
| Binary | 10000000 | 1100100 | 11011011 | 101010 | 110110 | 0 | 1110 | 11111110 | 111110 | 111111 |
Color Harmonies of #8064DB
Complementary color
Monochromatic Colors of #8064DB
Black with #8064DB
Text Example
Text Example
White with #8064DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8064DB; }
p { color: rgb(128,100,219); }
H1.HeaderClassName
{
color: #8064DB;
}
.AnyTagClassName
{
color: #8064DB;
}
</style>
background-color css
<style>
a { background-color: #8064DB; }
a { background-color: rgb(128,100,219); }
div.DivClassName
{
background-color: #8064DB;
}
.BgClassName
{
background-color: #8064DB;
}
</style>
border-color css
<style>
span { border-color: #8064DB; }
span { border-color: rgb(128,100,219); }
td.TdClassName
{
border-color: #8064DB;
}
.TagClassName
{
border-color: #8064DB;
}
</style>