Shades of Medium Slate Blue #8059DF
Tints of Medium Slate Blue #8059DF
RGB
CMYK
RGB Variations
Color information
#8059DF (or 0x8059DF) is known color: Medium Slate Blue. HEX triplet: 80, 59 and DF. RGB value is (128,89,223). Sum of RGB (Red+Green+Blue) = 128+89+223=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #8059DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8059DF is #7FA620. Grayscale: #737373. Windows color (decimal): -8365601 or 14637440. OLE color: 14637440.
HSL color Cylindrical-coordinate representation of color #8059DF: hue angle of 257.46º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8059DF is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 89 | 223 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.13 |
| HSL | 257.46º | 0.68% | 0.61% | - |
| HSV(B) | 257.46º | 0.6% | 0.87% | - |
| XYZ | 25.79 | 17.06 | 71.75 | - |
| YUV | 115.94 | 188.42 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 223 | 0.43 | 0.60 | 0 | 0.13 | 257.46 | 0.68 | 0.61 |
| Hex | 80 | 59 | DF | 2B | 3C | 0 | D | 101 | 44 | 3D |
| Octal | 200 | 131 | 337 | 53 | 74 | 0 | 15 | 401 | 104 | 75 |
| Binary | 10000000 | 1011001 | 11011111 | 101011 | 111100 | 0 | 1101 | 100000001 | 1000100 | 111101 |
Color Harmonies of #8059DF
Complementary color
Monochromatic Colors of #8059DF
Black with #8059DF
Text Example
Text Example
White with #8059DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8059DF; }
p { color: rgb(128,89,223); }
H1.HeaderClassName
{
color: #8059DF;
}
.AnyTagClassName
{
color: #8059DF;
}
</style>
background-color css
<style>
a { background-color: #8059DF; }
a { background-color: rgb(128,89,223); }
div.DivClassName
{
background-color: #8059DF;
}
.BgClassName
{
background-color: #8059DF;
}
</style>
border-color css
<style>
span { border-color: #8059DF; }
span { border-color: rgb(128,89,223); }
td.TdClassName
{
border-color: #8059DF;
}
.TagClassName
{
border-color: #8059DF;
}
</style>