Shades of Studio #7C50BC
Tints of Studio #7C50BC
RGB
CMYK
RGB Variations
Color information
#7C50BC (or 0x7C50BC) is known color: Studio. HEX triplet: 7C, 50 and BC. RGB value is (124,80,188). Sum of RGB (Red+Green+Blue) = 124+80+188=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C50BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C50BC is #83AF43. Grayscale: #696969. Windows color (decimal): -8630084 or 12341372. OLE color: 12341372.
HSL color Cylindrical-coordinate representation of color #7C50BC: hue angle of 264.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C50BC is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 80 | 188 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.26 |
| HSL | 264.44º | 0.45% | 0.53% | - |
| HSV(B) | 264.44º | 0.57% | 0.74% | - |
| XYZ | 20.26 | 13.65 | 49.14 | - |
| YUV | 105.47 | 174.58 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 188 | 0.34 | 0.57 | 0 | 0.26 | 264.44 | 0.45 | 0.53 |
| Hex | 7C | 50 | BC | 22 | 39 | 0 | 1A | 108 | 2D | 35 |
| Octal | 174 | 120 | 274 | 42 | 71 | 0 | 32 | 410 | 55 | 65 |
| Binary | 1111100 | 1010000 | 10111100 | 100010 | 111001 | 0 | 11010 | 100001000 | 101101 | 110101 |
Color Harmonies of #7C50BC
Complementary color
Monochromatic Colors of #7C50BC
Black with #7C50BC
Text Example
Text Example
White with #7C50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C50BC; }
p { color: rgb(124,80,188); }
H1.HeaderClassName
{
color: #7C50BC;
}
.AnyTagClassName
{
color: #7C50BC;
}
</style>
background-color css
<style>
a { background-color: #7C50BC; }
a { background-color: rgb(124,80,188); }
div.DivClassName
{
background-color: #7C50BC;
}
.BgClassName
{
background-color: #7C50BC;
}
</style>
border-color css
<style>
span { border-color: #7C50BC; }
span { border-color: rgb(124,80,188); }
td.TdClassName
{
border-color: #7C50BC;
}
.TagClassName
{
border-color: #7C50BC;
}
</style>