Shades of Slate Blue #8059C9
Tints of Slate Blue #8059C9
RGB
CMYK
RGB Variations
Color information
#8059C9 (or 0x8059C9) is known color: Slate Blue. HEX triplet: 80, 59 and C9. RGB value is (128,89,201). Sum of RGB (Red+Green+Blue) = 128+89+201=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #8059C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8059C9 is #7FA636. Grayscale: #717171. Windows color (decimal): -8365623 or 13195648. OLE color: 13195648.
HSL color Cylindrical-coordinate representation of color #8059C9: hue angle of 260.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8059C9 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 89 | 201 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.21 |
| HSL | 260.89º | 0.51% | 0.57% | - |
| HSV(B) | 260.89º | 0.56% | 0.79% | - |
| XYZ | 23.02 | 15.95 | 57.12 | - |
| YUV | 113.43 | 177.42 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 201 | 0.36 | 0.56 | 0 | 0.21 | 260.89 | 0.51 | 0.57 |
| Hex | 80 | 59 | C9 | 24 | 38 | 0 | 15 | 105 | 33 | 39 |
| Octal | 200 | 131 | 311 | 44 | 70 | 0 | 25 | 405 | 63 | 71 |
| Binary | 10000000 | 1011001 | 11001001 | 100100 | 111000 | 0 | 10101 | 100000101 | 110011 | 111001 |
Color Harmonies of #8059C9
Complementary color
Monochromatic Colors of #8059C9
Black with #8059C9
Text Example
Text Example
White with #8059C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8059C9; }
p { color: rgb(128,89,201); }
H1.HeaderClassName
{
color: #8059C9;
}
.AnyTagClassName
{
color: #8059C9;
}
</style>
background-color css
<style>
a { background-color: #8059C9; }
a { background-color: rgb(128,89,201); }
div.DivClassName
{
background-color: #8059C9;
}
.BgClassName
{
background-color: #8059C9;
}
</style>
border-color css
<style>
span { border-color: #8059C9; }
span { border-color: rgb(128,89,201); }
td.TdClassName
{
border-color: #8059C9;
}
.TagClassName
{
border-color: #8059C9;
}
</style>