Shades of Studio #7C509E
Tints of Studio #7C509E
RGB
CMYK
RGB Variations
Color information
#7C509E (or 0x7C509E) is known color: Studio. HEX triplet: 7C, 50 and 9E. RGB value is (124,80,158). Sum of RGB (Red+Green+Blue) = 124+80+158=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C509E is #83AF61. Grayscale: #656565. Windows color (decimal): -8630114 or 10375292. OLE color: 10375292.
HSL color Cylindrical-coordinate representation of color #7C509E: hue angle of 273.85º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C509E is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 80 | 158 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.38 |
| HSL | 273.85º | 0.33% | 0.47% | - |
| HSV(B) | 273.85º | 0.49% | 0.62% | - |
| XYZ | 17.35 | 12.49 | 33.84 | - |
| YUV | 102.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 158 | 0.22 | 0.49 | 0 | 0.38 | 273.85 | 0.33 | 0.47 |
| Hex | 7C | 50 | 9E | 16 | 31 | 0 | 26 | 112 | 21 | 2F |
| Octal | 174 | 120 | 236 | 26 | 61 | 0 | 46 | 422 | 41 | 57 |
| Binary | 1111100 | 1010000 | 10011110 | 10110 | 110001 | 0 | 100110 | 100010010 | 100001 | 101111 |
Color Harmonies of #7C509E
Complementary color
Monochromatic Colors of #7C509E
Black with #7C509E
Text Example
Text Example
White with #7C509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C509E; }
p { color: rgb(124,80,158); }
H1.HeaderClassName
{
color: #7C509E;
}
.AnyTagClassName
{
color: #7C509E;
}
</style>
background-color css
<style>
a { background-color: #7C509E; }
a { background-color: rgb(124,80,158); }
div.DivClassName
{
background-color: #7C509E;
}
.BgClassName
{
background-color: #7C509E;
}
</style>
border-color css
<style>
span { border-color: #7C509E; }
span { border-color: rgb(124,80,158); }
td.TdClassName
{
border-color: #7C509E;
}
.TagClassName
{
border-color: #7C509E;
}
</style>