Shades of Studio #7C529B
Tints of Studio #7C529B
RGB
CMYK
RGB Variations
Color information
#7C529B (or 0x7C529B) is known color: Studio. HEX triplet: 7C, 52 and 9B. RGB value is (124,82,155). Sum of RGB (Red+Green+Blue) = 124+82+155=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C529B is #83AD64. Grayscale: #666666. Windows color (decimal): -8629605 or 10179196. OLE color: 10179196.
HSL color Cylindrical-coordinate representation of color #7C529B: hue angle of 274.52º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C529B is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 82 | 155 | - |
| CMYK | 0.2 | 0.47 | 0 | 0.39 |
| HSL | 274.52º | 0.31% | 0.46% | - |
| HSV(B) | 274.52º | 0.47% | 0.61% | - |
| XYZ | 17.25 | 12.69 | 32.55 | - |
| YUV | 102.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 155 | 0.2 | 0.47 | 0 | 0.39 | 274.52 | 0.31 | 0.46 |
| Hex | 7C | 52 | 9B | 14 | 2F | 0 | 27 | 113 | 1F | 2E |
| Octal | 174 | 122 | 233 | 24 | 57 | 0 | 47 | 423 | 37 | 56 |
| Binary | 1111100 | 1010010 | 10011011 | 10100 | 101111 | 0 | 100111 | 100010011 | 11111 | 101110 |
Color Harmonies of #7C529B
Complementary color
Monochromatic Colors of #7C529B
Black with #7C529B
Text Example
Text Example
White with #7C529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C529B; }
p { color: rgb(124,82,155); }
H1.HeaderClassName
{
color: #7C529B;
}
.AnyTagClassName
{
color: #7C529B;
}
</style>
background-color css
<style>
a { background-color: #7C529B; }
a { background-color: rgb(124,82,155); }
div.DivClassName
{
background-color: #7C529B;
}
.BgClassName
{
background-color: #7C529B;
}
</style>
border-color css
<style>
span { border-color: #7C529B; }
span { border-color: rgb(124,82,155); }
td.TdClassName
{
border-color: #7C529B;
}
.TagClassName
{
border-color: #7C529B;
}
</style>