Shades of Medium Slate Blue #8067DF
Tints of Medium Slate Blue #8067DF
RGB
CMYK
RGB Variations
Color information
#8067DF (or 0x8067DF) is known color: Medium Slate Blue. HEX triplet: 80, 67 and DF. RGB value is (128,103,223). Sum of RGB (Red+Green+Blue) = 128+103+223=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #8067DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8067DF is #7F9820. Grayscale: #7B7B7B. Windows color (decimal): -8362017 or 14641024. OLE color: 14641024.
HSL color Cylindrical-coordinate representation of color #8067DF: hue angle of 252.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8067DF is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 103 | 223 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.13 |
| HSL | 252.5º | 0.65% | 0.64% | - |
| HSV(B) | 252.5º | 0.54% | 0.87% | - |
| XYZ | 27.07 | 19.62 | 72.17 | - |
| YUV | 124.16 | 183.78 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 223 | 0.43 | 0.54 | 0 | 0.13 | 252.5 | 0.65 | 0.64 |
| Hex | 80 | 67 | DF | 2B | 36 | 0 | D | FD | 41 | 40 |
| Octal | 200 | 147 | 337 | 53 | 66 | 0 | 15 | 375 | 101 | 100 |
| Binary | 10000000 | 1100111 | 11011111 | 101011 | 110110 | 0 | 1101 | 11111101 | 1000001 | 1000000 |
Color Harmonies of #8067DF
Complementary color
Monochromatic Colors of #8067DF
Black with #8067DF
Text Example
Text Example
White with #8067DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8067DF; }
p { color: rgb(128,103,223); }
H1.HeaderClassName
{
color: #8067DF;
}
.AnyTagClassName
{
color: #8067DF;
}
</style>
background-color css
<style>
a { background-color: #8067DF; }
a { background-color: rgb(128,103,223); }
div.DivClassName
{
background-color: #8067DF;
}
.BgClassName
{
background-color: #8067DF;
}
</style>
border-color css
<style>
span { border-color: #8067DF; }
span { border-color: rgb(128,103,223); }
td.TdClassName
{
border-color: #8067DF;
}
.TagClassName
{
border-color: #8067DF;
}
</style>