Shades of Studio #7D559C
Tints of Studio #7D559C
RGB
CMYK
RGB Variations
Color information
#7D559C (or 0x7D559C) is known color: Studio. HEX triplet: 7D, 55 and 9C. RGB value is (125,85,156). Sum of RGB (Red+Green+Blue) = 125+85+156=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D559C is #82AA63. Grayscale: #686868. Windows color (decimal): -8563300 or 10245501. OLE color: 10245501.
HSL color Cylindrical-coordinate representation of color #7D559C: hue angle of 273.8º degrees, saturation: 0.29, 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 #7D559C is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 85 | 156 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.39 |
| HSL | 273.8º | 0.29% | 0.47% | - |
| HSV(B) | 273.8º | 0.46% | 0.61% | - |
| XYZ | 17.71 | 13.26 | 33.08 | - |
| YUV | 105.05 | 156.75 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 156 | 0.20 | 0.46 | 0 | 0.39 | 273.8 | 0.29 | 0.47 |
| Hex | 7D | 55 | 9C | 14 | 2E | 0 | 27 | 112 | 1D | 2F |
| Octal | 175 | 125 | 234 | 24 | 56 | 0 | 47 | 422 | 35 | 57 |
| Binary | 1111101 | 1010101 | 10011100 | 10100 | 101110 | 0 | 100111 | 100010010 | 11101 | 101111 |
Color Harmonies of #7D559C
Complementary color
Monochromatic Colors of #7D559C
Black with #7D559C
Text Example
Text Example
White with #7D559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D559C; }
p { color: rgb(125,85,156); }
H1.HeaderClassName
{
color: #7D559C;
}
.AnyTagClassName
{
color: #7D559C;
}
</style>
background-color css
<style>
a { background-color: #7D559C; }
a { background-color: rgb(125,85,156); }
div.DivClassName
{
background-color: #7D559C;
}
.BgClassName
{
background-color: #7D559C;
}
</style>
border-color css
<style>
span { border-color: #7D559C; }
span { border-color: rgb(125,85,156); }
td.TdClassName
{
border-color: #7D559C;
}
.TagClassName
{
border-color: #7D559C;
}
</style>