Shades of Slate Blue #8059CE
Tints of Slate Blue #8059CE
RGB
CMYK
RGB Variations
Color information
#8059CE (or 0x8059CE) is known color: Slate Blue. HEX triplet: 80, 59 and CE. RGB value is (128,89,206). Sum of RGB (Red+Green+Blue) = 128+89+206=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #8059CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8059CE is #7FA631. Grayscale: #717171. Windows color (decimal): -8365618 or 13523328. OLE color: 13523328.
HSL color Cylindrical-coordinate representation of color #8059CE: hue angle of 260º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8059CE is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 89 | 206 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.19 |
| HSL | 260º | 0.54% | 0.58% | - |
| HSV(B) | 260º | 0.57% | 0.81% | - |
| XYZ | 23.62 | 16.19 | 60.27 | - |
| YUV | 114 | 179.92 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 206 | 0.38 | 0.57 | 0 | 0.19 | 260 | 0.54 | 0.58 |
| Hex | 80 | 59 | CE | 26 | 39 | 0 | 13 | 104 | 36 | 3A |
| Octal | 200 | 131 | 316 | 46 | 71 | 0 | 23 | 404 | 66 | 72 |
| Binary | 10000000 | 1011001 | 11001110 | 100110 | 111001 | 0 | 10011 | 100000100 | 110110 | 111010 |
Color Harmonies of #8059CE
Complementary color
Monochromatic Colors of #8059CE
Black with #8059CE
Text Example
Text Example
White with #8059CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8059CE; }
p { color: rgb(128,89,206); }
H1.HeaderClassName
{
color: #8059CE;
}
.AnyTagClassName
{
color: #8059CE;
}
</style>
background-color css
<style>
a { background-color: #8059CE; }
a { background-color: rgb(128,89,206); }
div.DivClassName
{
background-color: #8059CE;
}
.BgClassName
{
background-color: #8059CE;
}
</style>
border-color css
<style>
span { border-color: #8059CE; }
span { border-color: rgb(128,89,206); }
td.TdClassName
{
border-color: #8059CE;
}
.TagClassName
{
border-color: #8059CE;
}
</style>