Shades of Studio #805CAC
Tints of Studio #805CAC
RGB
CMYK
RGB Variations
Color information
#805CAC (or 0x805CAC) is known color: Studio. HEX triplet: 80, 5C and AC. RGB value is (128,92,172). Sum of RGB (Red+Green+Blue) = 128+92+172=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #805CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805CAC is #7FA353. Grayscale: #6F6F6F. Windows color (decimal): -8364884 or 11295872. OLE color: 11295872.
HSL color Cylindrical-coordinate representation of color #805CAC: hue angle of 267º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805CAC is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 92 | 172 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.33 |
| HSL | 267º | 0.33% | 0.52% | - |
| HSV(B) | 267º | 0.47% | 0.67% | - |
| XYZ | 20.18 | 15.22 | 40.9 | - |
| YUV | 111.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 172 | 0.26 | 0.47 | 0 | 0.33 | 267 | 0.33 | 0.52 |
| Hex | 80 | 5C | AC | 1A | 2F | 0 | 21 | 10B | 21 | 34 |
| Octal | 200 | 134 | 254 | 32 | 57 | 0 | 41 | 413 | 41 | 64 |
| Binary | 10000000 | 1011100 | 10101100 | 11010 | 101111 | 0 | 100001 | 100001011 | 100001 | 110100 |
Color Harmonies of #805CAC
Complementary color
Monochromatic Colors of #805CAC
Black with #805CAC
Text Example
Text Example
White with #805CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CAC; }
p { color: rgb(128,92,172); }
H1.HeaderClassName
{
color: #805CAC;
}
.AnyTagClassName
{
color: #805CAC;
}
</style>
background-color css
<style>
a { background-color: #805CAC; }
a { background-color: rgb(128,92,172); }
div.DivClassName
{
background-color: #805CAC;
}
.BgClassName
{
background-color: #805CAC;
}
</style>
border-color css
<style>
span { border-color: #805CAC; }
span { border-color: rgb(128,92,172); }
td.TdClassName
{
border-color: #805CAC;
}
.TagClassName
{
border-color: #805CAC;
}
</style>