Shades of Studio #7C549D
Tints of Studio #7C549D
RGB
CMYK
RGB Variations
Color information
#7C549D (or 0x7C549D) is known color: Studio. HEX triplet: 7C, 54 and 9D. RGB value is (124,84,157). Sum of RGB (Red+Green+Blue) = 124+84+157=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C549D is #83AB62. Grayscale: #686868. Windows color (decimal): -8629091 or 10310780. OLE color: 10310780.
HSL color Cylindrical-coordinate representation of color #7C549D: hue angle of 272.88º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C549D is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 84 | 157 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.38 |
| HSL | 272.88º | 0.3% | 0.47% | - |
| HSV(B) | 272.88º | 0.46% | 0.62% | - |
| XYZ | 17.57 | 13.06 | 33.49 | - |
| YUV | 104.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 157 | 0.21 | 0.46 | 0 | 0.38 | 272.88 | 0.3 | 0.47 |
| Hex | 7C | 54 | 9D | 15 | 2E | 0 | 26 | 111 | 1E | 2F |
| Octal | 174 | 124 | 235 | 25 | 56 | 0 | 46 | 421 | 36 | 57 |
| Binary | 1111100 | 1010100 | 10011101 | 10101 | 101110 | 0 | 100110 | 100010001 | 11110 | 101111 |
Color Harmonies of #7C549D
Complementary color
Monochromatic Colors of #7C549D
Black with #7C549D
Text Example
Text Example
White with #7C549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C549D; }
p { color: rgb(124,84,157); }
H1.HeaderClassName
{
color: #7C549D;
}
.AnyTagClassName
{
color: #7C549D;
}
</style>
background-color css
<style>
a { background-color: #7C549D; }
a { background-color: rgb(124,84,157); }
div.DivClassName
{
background-color: #7C549D;
}
.BgClassName
{
background-color: #7C549D;
}
</style>
border-color css
<style>
span { border-color: #7C549D; }
span { border-color: rgb(124,84,157); }
td.TdClassName
{
border-color: #7C549D;
}
.TagClassName
{
border-color: #7C549D;
}
</style>