Shades of Studio #7C549C
Tints of Studio #7C549C
RGB
CMYK
RGB Variations
Color information
#7C549C (or 0x7C549C) is known color: Studio. HEX triplet: 7C, 54 and 9C. RGB value is (124,84,156). Sum of RGB (Red+Green+Blue) = 124+84+156=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C549C is #83AB63. Grayscale: #676767. Windows color (decimal): -8629092 or 10245244. OLE color: 10245244.
HSL color Cylindrical-coordinate representation of color #7C549C: hue angle of 273.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C549C is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 84 | 156 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.39 |
| HSL | 273.33º | 0.3% | 0.47% | - |
| HSV(B) | 273.33º | 0.46% | 0.61% | - |
| XYZ | 17.48 | 13.03 | 33.05 | - |
| YUV | 104.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 156 | 0.21 | 0.46 | 0 | 0.39 | 273.33 | 0.3 | 0.47 |
| Hex | 7C | 54 | 9C | 15 | 2E | 0 | 27 | 111 | 1E | 2F |
| Octal | 174 | 124 | 234 | 25 | 56 | 0 | 47 | 421 | 36 | 57 |
| Binary | 1111100 | 1010100 | 10011100 | 10101 | 101110 | 0 | 100111 | 100010001 | 11110 | 101111 |
Color Harmonies of #7C549C
Complementary color
Monochromatic Colors of #7C549C
Black with #7C549C
Text Example
Text Example
White with #7C549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C549C; }
p { color: rgb(124,84,156); }
H1.HeaderClassName
{
color: #7C549C;
}
.AnyTagClassName
{
color: #7C549C;
}
</style>
background-color css
<style>
a { background-color: #7C549C; }
a { background-color: rgb(124,84,156); }
div.DivClassName
{
background-color: #7C549C;
}
.BgClassName
{
background-color: #7C549C;
}
</style>
border-color css
<style>
span { border-color: #7C549C; }
span { border-color: rgb(124,84,156); }
td.TdClassName
{
border-color: #7C549C;
}
.TagClassName
{
border-color: #7C549C;
}
</style>