Shades of Medium Slate Blue #8067DB
Tints of Medium Slate Blue #8067DB
RGB
CMYK
RGB Variations
Color information
#8067DB (or 0x8067DB) is known color: Medium Slate Blue. HEX triplet: 80, 67 and DB. RGB value is (128,103,219). Sum of RGB (Red+Green+Blue) = 128+103+219=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #8067DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8067DB is #7F9824. Grayscale: #7B7B7B. Windows color (decimal): -8362021 or 14378880. OLE color: 14378880.
HSL color Cylindrical-coordinate representation of color #8067DB: hue angle of 252.93º 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 #8067DB is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 103 | 219 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.14 |
| HSL | 252.93º | 0.62% | 0.63% | - |
| HSV(B) | 252.93º | 0.53% | 0.86% | - |
| XYZ | 26.54 | 19.4 | 69.36 | - |
| YUV | 123.7 | 181.78 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 219 | 0.42 | 0.53 | 0 | 0.14 | 252.93 | 0.62 | 0.63 |
| Hex | 80 | 67 | DB | 2A | 35 | 0 | E | FD | 3E | 3F |
| Octal | 200 | 147 | 333 | 52 | 65 | 0 | 16 | 375 | 76 | 77 |
| Binary | 10000000 | 1100111 | 11011011 | 101010 | 110101 | 0 | 1110 | 11111101 | 111110 | 111111 |
Color Harmonies of #8067DB
Complementary color
Monochromatic Colors of #8067DB
Black with #8067DB
Text Example
Text Example
White with #8067DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8067DB; }
p { color: rgb(128,103,219); }
H1.HeaderClassName
{
color: #8067DB;
}
.AnyTagClassName
{
color: #8067DB;
}
</style>
background-color css
<style>
a { background-color: #8067DB; }
a { background-color: rgb(128,103,219); }
div.DivClassName
{
background-color: #8067DB;
}
.BgClassName
{
background-color: #8067DB;
}
</style>
border-color css
<style>
span { border-color: #8067DB; }
span { border-color: rgb(128,103,219); }
td.TdClassName
{
border-color: #8067DB;
}
.TagClassName
{
border-color: #8067DB;
}
</style>