Shades of Medium Slate Blue #8067DD
Tints of Medium Slate Blue #8067DD
RGB
CMYK
RGB Variations
Color information
#8067DD (or 0x8067DD) is known color: Medium Slate Blue. HEX triplet: 80, 67 and DD. RGB value is (128,103,221). Sum of RGB (Red+Green+Blue) = 128+103+221=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #8067DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8067DD is #7F9822. Grayscale: #7B7B7B. Windows color (decimal): -8362019 or 14509952. OLE color: 14509952.
HSL color Cylindrical-coordinate representation of color #8067DD: hue angle of 252.71º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8067DD is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 103 | 221 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.13 |
| HSL | 252.71º | 0.63% | 0.64% | - |
| HSV(B) | 252.71º | 0.53% | 0.87% | - |
| XYZ | 26.8 | 19.51 | 70.76 | - |
| YUV | 123.93 | 182.78 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 221 | 0.42 | 0.53 | 0 | 0.13 | 252.71 | 0.63 | 0.64 |
| Hex | 80 | 67 | DD | 2A | 35 | 0 | D | FD | 3F | 40 |
| Octal | 200 | 147 | 335 | 52 | 65 | 0 | 15 | 375 | 77 | 100 |
| Binary | 10000000 | 1100111 | 11011101 | 101010 | 110101 | 0 | 1101 | 11111101 | 111111 | 1000000 |
Color Harmonies of #8067DD
Complementary color
Monochromatic Colors of #8067DD
Black with #8067DD
Text Example
Text Example
White with #8067DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8067DD; }
p { color: rgb(128,103,221); }
H1.HeaderClassName
{
color: #8067DD;
}
.AnyTagClassName
{
color: #8067DD;
}
</style>
background-color css
<style>
a { background-color: #8067DD; }
a { background-color: rgb(128,103,221); }
div.DivClassName
{
background-color: #8067DD;
}
.BgClassName
{
background-color: #8067DD;
}
</style>
border-color css
<style>
span { border-color: #8067DD; }
span { border-color: rgb(128,103,221); }
td.TdClassName
{
border-color: #8067DD;
}
.TagClassName
{
border-color: #8067DD;
}
</style>