Shades of Studio #7D539C
Tints of Studio #7D539C
RGB
CMYK
RGB Variations
Color information
#7D539C (or 0x7D539C) is known color: Studio. HEX triplet: 7D, 53 and 9C. RGB value is (125,83,156). Sum of RGB (Red+Green+Blue) = 125+83+156=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #7D539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D539C is #82AC63. Grayscale: #676767. Windows color (decimal): -8563812 or 10244989. OLE color: 10244989.
HSL color Cylindrical-coordinate representation of color #7D539C: hue angle of 274.52º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D539C is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 83 | 156 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.39 |
| HSL | 274.52º | 0.31% | 0.47% | - |
| HSV(B) | 274.52º | 0.47% | 0.61% | - |
| XYZ | 17.55 | 12.95 | 33.03 | - |
| YUV | 103.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 83 | 156 | 0.20 | 0.47 | 0 | 0.39 | 274.52 | 0.31 | 0.47 |
| Hex | 7D | 53 | 9C | 14 | 2F | 0 | 27 | 113 | 1F | 2F |
| Octal | 175 | 123 | 234 | 24 | 57 | 0 | 47 | 423 | 37 | 57 |
| Binary | 1111101 | 1010011 | 10011100 | 10100 | 101111 | 0 | 100111 | 100010011 | 11111 | 101111 |
Color Harmonies of #7D539C
Complementary color
Monochromatic Colors of #7D539C
Black with #7D539C
Text Example
Text Example
White with #7D539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D539C; }
p { color: rgb(125,83,156); }
H1.HeaderClassName
{
color: #7D539C;
}
.AnyTagClassName
{
color: #7D539C;
}
</style>
background-color css
<style>
a { background-color: #7D539C; }
a { background-color: rgb(125,83,156); }
div.DivClassName
{
background-color: #7D539C;
}
.BgClassName
{
background-color: #7D539C;
}
</style>
border-color css
<style>
span { border-color: #7D539C; }
span { border-color: rgb(125,83,156); }
td.TdClassName
{
border-color: #7D539C;
}
.TagClassName
{
border-color: #7D539C;
}
</style>