Shades of Studio #7C6099
Tints of Studio #7C6099
RGB
CMYK
RGB Variations
Color information
#7C6099 (or 0x7C6099) is known color: Studio. HEX triplet: 7C, 60 and 99. RGB value is (124,96,153). Sum of RGB (Red+Green+Blue) = 124+96+153=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C6099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6099 is #839F66. Grayscale: #6E6E6E. Windows color (decimal): -8626023 or 10051708. OLE color: 10051708.
HSL color Cylindrical-coordinate representation of color #7C6099: hue angle of 269.47º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C6099 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 124 | 96 | 153 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.4 |
| HSL | 269.47º | 0.23% | 0.49% | - |
| HSV(B) | 269.47º | 0.37% | 0.6% | - |
| XYZ | 18.24 | 14.95 | 32.06 | - |
| YUV | 110.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 153 | 0.19 | 0.37 | 0 | 0.4 | 269.47 | 0.23 | 0.49 |
| Hex | 7C | 60 | 99 | 13 | 25 | 0 | 28 | 10D | 17 | 31 |
| Octal | 174 | 140 | 231 | 23 | 45 | 0 | 50 | 415 | 27 | 61 |
| Binary | 1111100 | 1100000 | 10011001 | 10011 | 100101 | 0 | 101000 | 100001101 | 10111 | 110001 |
Color Harmonies of #7C6099
Complementary color
Monochromatic Colors of #7C6099
Black with #7C6099
Text Example
Text Example
White with #7C6099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6099; }
p { color: rgb(124,96,153); }
H1.HeaderClassName
{
color: #7C6099;
}
.AnyTagClassName
{
color: #7C6099;
}
</style>
background-color css
<style>
a { background-color: #7C6099; }
a { background-color: rgb(124,96,153); }
div.DivClassName
{
background-color: #7C6099;
}
.BgClassName
{
background-color: #7C6099;
}
</style>
border-color css
<style>
span { border-color: #7C6099; }
span { border-color: rgb(124,96,153); }
td.TdClassName
{
border-color: #7C6099;
}
.TagClassName
{
border-color: #7C6099;
}
</style>