Shades of Studio #8059AC
Tints of Studio #8059AC
RGB
CMYK
RGB Variations
Color information
#8059AC (or 0x8059AC) is known color: Studio. HEX triplet: 80, 59 and AC. RGB value is (128,89,172). Sum of RGB (Red+Green+Blue) = 128+89+172=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #8059AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8059AC is #7FA653. Grayscale: #6D6D6D. Windows color (decimal): -8365652 or 11295104. OLE color: 11295104.
HSL color Cylindrical-coordinate representation of color #8059AC: hue angle of 268.19º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8059AC is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 89 | 172 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.33 |
| HSL | 268.19º | 0.33% | 0.51% | - |
| HSV(B) | 268.19º | 0.48% | 0.67% | - |
| XYZ | 19.92 | 14.71 | 40.82 | - |
| YUV | 110.12 | 162.92 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 89 | 172 | 0.26 | 0.48 | 0 | 0.33 | 268.19 | 0.33 | 0.51 |
| Hex | 80 | 59 | AC | 1A | 30 | 0 | 21 | 10C | 21 | 33 |
| Octal | 200 | 131 | 254 | 32 | 60 | 0 | 41 | 414 | 41 | 63 |
| Binary | 10000000 | 1011001 | 10101100 | 11010 | 110000 | 0 | 100001 | 100001100 | 100001 | 110011 |
Color Harmonies of #8059AC
Complementary color
Monochromatic Colors of #8059AC
Black with #8059AC
Text Example
Text Example
White with #8059AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8059AC; }
p { color: rgb(128,89,172); }
H1.HeaderClassName
{
color: #8059AC;
}
.AnyTagClassName
{
color: #8059AC;
}
</style>
background-color css
<style>
a { background-color: #8059AC; }
a { background-color: rgb(128,89,172); }
div.DivClassName
{
background-color: #8059AC;
}
.BgClassName
{
background-color: #8059AC;
}
</style>
border-color css
<style>
span { border-color: #8059AC; }
span { border-color: rgb(128,89,172); }
td.TdClassName
{
border-color: #8059AC;
}
.TagClassName
{
border-color: #8059AC;
}
</style>