Shades of Slate Blue #8059CC
Tints of Slate Blue #8059CC
RGB
CMYK
RGB Variations
Color information
#8059CC (or 0x8059CC) is known color: Slate Blue. HEX triplet: 80, 59 and CC. RGB value is (128,89,204). Sum of RGB (Red+Green+Blue) = 128+89+204=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #8059CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8059CC is #7FA633. Grayscale: #717171. Windows color (decimal): -8365620 or 13392256. OLE color: 13392256.
HSL color Cylindrical-coordinate representation of color #8059CC: hue angle of 260.35º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8059CC is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 89 | 204 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.2 |
| HSL | 260.35º | 0.53% | 0.57% | - |
| HSV(B) | 260.35º | 0.56% | 0.8% | - |
| XYZ | 23.37 | 16.09 | 59 | - |
| YUV | 113.77 | 178.92 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 204 | 0.37 | 0.56 | 0 | 0.2 | 260.35 | 0.53 | 0.57 |
| Hex | 80 | 59 | CC | 25 | 38 | 0 | 14 | 104 | 35 | 39 |
| Octal | 200 | 131 | 314 | 45 | 70 | 0 | 24 | 404 | 65 | 71 |
| Binary | 10000000 | 1011001 | 11001100 | 100101 | 111000 | 0 | 10100 | 100000100 | 110101 | 111001 |
Color Harmonies of #8059CC
Complementary color
Monochromatic Colors of #8059CC
Black with #8059CC
Text Example
Text Example
White with #8059CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8059CC; }
p { color: rgb(128,89,204); }
H1.HeaderClassName
{
color: #8059CC;
}
.AnyTagClassName
{
color: #8059CC;
}
</style>
background-color css
<style>
a { background-color: #8059CC; }
a { background-color: rgb(128,89,204); }
div.DivClassName
{
background-color: #8059CC;
}
.BgClassName
{
background-color: #8059CC;
}
</style>
border-color css
<style>
span { border-color: #8059CC; }
span { border-color: rgb(128,89,204); }
td.TdClassName
{
border-color: #8059CC;
}
.TagClassName
{
border-color: #8059CC;
}
</style>