Shades of Studio #804CA5
Tints of Studio #804CA5
RGB
CMYK
RGB Variations
Color information
#804CA5 (or 0x804CA5) is known color: Studio. HEX triplet: 80, 4C and A5. RGB value is (128,76,165). Sum of RGB (Red+Green+Blue) = 128+76+165=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 165 - color contains mainly: blue. Hex color #804CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804CA5 is #7FB35A. Grayscale: #656565. Windows color (decimal): -8368987 or 10833024. OLE color: 10833024.
HSL color Cylindrical-coordinate representation of color #804CA5: hue angle of 275.06º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #804CA5 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 76 | 165 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.35 |
| HSL | 275.06º | 0.37% | 0.47% | - |
| HSV(B) | 275.06º | 0.54% | 0.65% | - |
| XYZ | 18.28 | 12.47 | 37.04 | - |
| YUV | 101.69 | 163.73 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 165 | 0.22 | 0.54 | 0 | 0.35 | 275.06 | 0.37 | 0.47 |
| Hex | 80 | 4C | A5 | 16 | 36 | 0 | 23 | 113 | 25 | 2F |
| Octal | 200 | 114 | 245 | 26 | 66 | 0 | 43 | 423 | 45 | 57 |
| Binary | 10000000 | 1001100 | 10100101 | 10110 | 110110 | 0 | 100011 | 100010011 | 100101 | 101111 |
Color Harmonies of #804CA5
Complementary color
Monochromatic Colors of #804CA5
Black with #804CA5
Text Example
Text Example
White with #804CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CA5; }
p { color: rgb(128,76,165); }
H1.HeaderClassName
{
color: #804CA5;
}
.AnyTagClassName
{
color: #804CA5;
}
</style>
background-color css
<style>
a { background-color: #804CA5; }
a { background-color: rgb(128,76,165); }
div.DivClassName
{
background-color: #804CA5;
}
.BgClassName
{
background-color: #804CA5;
}
</style>
border-color css
<style>
span { border-color: #804CA5; }
span { border-color: rgb(128,76,165); }
td.TdClassName
{
border-color: #804CA5;
}
.TagClassName
{
border-color: #804CA5;
}
</style>