Shades of Studio #7C509F
Tints of Studio #7C509F
RGB
CMYK
RGB Variations
Color information
#7C509F (or 0x7C509F) is known color: Studio. HEX triplet: 7C, 50 and 9F. RGB value is (124,80,159). Sum of RGB (Red+Green+Blue) = 124+80+159=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C509F is #83AF60. Grayscale: #656565. Windows color (decimal): -8630113 or 10440828. OLE color: 10440828.
HSL color Cylindrical-coordinate representation of color #7C509F: hue angle of 273.42º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C509F is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 80 | 159 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.38 |
| HSL | 273.42º | 0.33% | 0.47% | - |
| HSV(B) | 273.42º | 0.5% | 0.62% | - |
| XYZ | 17.44 | 12.53 | 34.3 | - |
| YUV | 102.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 159 | 0.22 | 0.50 | 0 | 0.38 | 273.42 | 0.33 | 0.47 |
| Hex | 7C | 50 | 9F | 16 | 32 | 0 | 26 | 111 | 21 | 2F |
| Octal | 174 | 120 | 237 | 26 | 62 | 0 | 46 | 421 | 41 | 57 |
| Binary | 1111100 | 1010000 | 10011111 | 10110 | 110010 | 0 | 100110 | 100010001 | 100001 | 101111 |
Color Harmonies of #7C509F
Complementary color
Monochromatic Colors of #7C509F
Black with #7C509F
Text Example
Text Example
White with #7C509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C509F; }
p { color: rgb(124,80,159); }
H1.HeaderClassName
{
color: #7C509F;
}
.AnyTagClassName
{
color: #7C509F;
}
</style>
background-color css
<style>
a { background-color: #7C509F; }
a { background-color: rgb(124,80,159); }
div.DivClassName
{
background-color: #7C509F;
}
.BgClassName
{
background-color: #7C509F;
}
</style>
border-color css
<style>
span { border-color: #7C509F; }
span { border-color: rgb(124,80,159); }
td.TdClassName
{
border-color: #7C509F;
}
.TagClassName
{
border-color: #7C509F;
}
</style>