Shades of Medium Slate Blue #8059DC
Tints of Medium Slate Blue #8059DC
RGB
CMYK
RGB Variations
Color information
#8059DC (or 0x8059DC) is known color: Medium Slate Blue. HEX triplet: 80, 59 and DC. RGB value is (128,89,220). Sum of RGB (Red+Green+Blue) = 128+89+220=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #8059DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8059DC is #7FA623. Grayscale: #737373. Windows color (decimal): -8365604 or 14440832. OLE color: 14440832.
HSL color Cylindrical-coordinate representation of color #8059DC: hue angle of 257.86º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8059DC is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 89 | 220 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.14 |
| HSL | 257.86º | 0.65% | 0.61% | - |
| HSV(B) | 257.86º | 0.6% | 0.86% | - |
| XYZ | 25.39 | 16.9 | 69.63 | - |
| YUV | 115.6 | 186.92 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 220 | 0.42 | 0.60 | 0 | 0.14 | 257.86 | 0.65 | 0.61 |
| Hex | 80 | 59 | DC | 2A | 3C | 0 | E | 102 | 41 | 3D |
| Octal | 200 | 131 | 334 | 52 | 74 | 0 | 16 | 402 | 101 | 75 |
| Binary | 10000000 | 1011001 | 11011100 | 101010 | 111100 | 0 | 1110 | 100000010 | 1000001 | 111101 |
Color Harmonies of #8059DC
Complementary color
Monochromatic Colors of #8059DC
Black with #8059DC
Text Example
Text Example
White with #8059DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8059DC; }
p { color: rgb(128,89,220); }
H1.HeaderClassName
{
color: #8059DC;
}
.AnyTagClassName
{
color: #8059DC;
}
</style>
background-color css
<style>
a { background-color: #8059DC; }
a { background-color: rgb(128,89,220); }
div.DivClassName
{
background-color: #8059DC;
}
.BgClassName
{
background-color: #8059DC;
}
</style>
border-color css
<style>
span { border-color: #8059DC; }
span { border-color: rgb(128,89,220); }
td.TdClassName
{
border-color: #8059DC;
}
.TagClassName
{
border-color: #8059DC;
}
</style>