Shades of Studio #7C559C
Tints of Studio #7C559C
RGB
CMYK
RGB Variations
Color information
#7C559C (or 0x7C559C) is known color: Studio. HEX triplet: 7C, 55 and 9C. RGB value is (124,85,156). Sum of RGB (Red+Green+Blue) = 124+85+156=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C559C is #83AA63. Grayscale: #686868. Windows color (decimal): -8628836 or 10245500. OLE color: 10245500.
HSL color Cylindrical-coordinate representation of color #7C559C: hue angle of 272.96º degrees, saturation: 0.29, 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 #7C559C is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 85 | 156 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.39 |
| HSL | 272.96º | 0.29% | 0.47% | - |
| HSV(B) | 272.96º | 0.46% | 0.61% | - |
| XYZ | 17.56 | 13.18 | 33.07 | - |
| YUV | 104.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 156 | 0.21 | 0.46 | 0 | 0.39 | 272.96 | 0.29 | 0.47 |
| Hex | 7C | 55 | 9C | 15 | 2E | 0 | 27 | 111 | 1D | 2F |
| Octal | 174 | 125 | 234 | 25 | 56 | 0 | 47 | 421 | 35 | 57 |
| Binary | 1111100 | 1010101 | 10011100 | 10101 | 101110 | 0 | 100111 | 100010001 | 11101 | 101111 |
Color Harmonies of #7C559C
Complementary color
Monochromatic Colors of #7C559C
Black with #7C559C
Text Example
Text Example
White with #7C559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C559C; }
p { color: rgb(124,85,156); }
H1.HeaderClassName
{
color: #7C559C;
}
.AnyTagClassName
{
color: #7C559C;
}
</style>
background-color css
<style>
a { background-color: #7C559C; }
a { background-color: rgb(124,85,156); }
div.DivClassName
{
background-color: #7C559C;
}
.BgClassName
{
background-color: #7C559C;
}
</style>
border-color css
<style>
span { border-color: #7C559C; }
span { border-color: rgb(124,85,156); }
td.TdClassName
{
border-color: #7C559C;
}
.TagClassName
{
border-color: #7C559C;
}
</style>