Shades of Studio #7C539B
Tints of Studio #7C539B
RGB
CMYK
RGB Variations
Color information
#7C539B (or 0x7C539B) is known color: Studio. HEX triplet: 7C, 53 and 9B. RGB value is (124,83,155). Sum of RGB (Red+Green+Blue) = 124+83+155=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C539B is #83AC64. Grayscale: #676767. Windows color (decimal): -8629349 or 10179452. OLE color: 10179452.
HSL color Cylindrical-coordinate representation of color #7C539B: hue angle of 274.17º 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 #7C539B is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 83 | 155 | - |
| CMYK | 0.2 | 0.46 | 0 | 0.39 |
| HSL | 274.17º | 0.3% | 0.47% | - |
| HSV(B) | 274.17º | 0.46% | 0.61% | - |
| XYZ | 17.32 | 12.84 | 32.58 | - |
| YUV | 103.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 155 | 0.2 | 0.46 | 0 | 0.39 | 274.17 | 0.3 | 0.47 |
| Hex | 7C | 53 | 9B | 14 | 2E | 0 | 27 | 112 | 1E | 2F |
| Octal | 174 | 123 | 233 | 24 | 56 | 0 | 47 | 422 | 36 | 57 |
| Binary | 1111100 | 1010011 | 10011011 | 10100 | 101110 | 0 | 100111 | 100010010 | 11110 | 101111 |
Color Harmonies of #7C539B
Complementary color
Monochromatic Colors of #7C539B
Black with #7C539B
Text Example
Text Example
White with #7C539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C539B; }
p { color: rgb(124,83,155); }
H1.HeaderClassName
{
color: #7C539B;
}
.AnyTagClassName
{
color: #7C539B;
}
</style>
background-color css
<style>
a { background-color: #7C539B; }
a { background-color: rgb(124,83,155); }
div.DivClassName
{
background-color: #7C539B;
}
.BgClassName
{
background-color: #7C539B;
}
</style>
border-color css
<style>
span { border-color: #7C539B; }
span { border-color: rgb(124,83,155); }
td.TdClassName
{
border-color: #7C539B;
}
.TagClassName
{
border-color: #7C539B;
}
</style>