Shades of Studio #7B559D
Tints of Studio #7B559D
RGB
CMYK
RGB Variations
Color information
#7B559D (or 0x7B559D) is known color: Studio. HEX triplet: 7B, 55 and 9D. RGB value is (123,85,157). Sum of RGB (Red+Green+Blue) = 123+85+157=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B559D is #84AA62. Grayscale: #686868. Windows color (decimal): -8694371 or 10311035. OLE color: 10311035.
HSL color Cylindrical-coordinate representation of color #7B559D: hue angle of 271.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B559D is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 85 | 157 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.38 |
| HSL | 271.67º | 0.3% | 0.47% | - |
| HSV(B) | 271.67º | 0.46% | 0.62% | - |
| XYZ | 17.5 | 13.14 | 33.51 | - |
| YUV | 104.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 157 | 0.22 | 0.46 | 0 | 0.38 | 271.67 | 0.3 | 0.47 |
| Hex | 7B | 55 | 9D | 16 | 2E | 0 | 26 | 110 | 1E | 2F |
| Octal | 173 | 125 | 235 | 26 | 56 | 0 | 46 | 420 | 36 | 57 |
| Binary | 1111011 | 1010101 | 10011101 | 10110 | 101110 | 0 | 100110 | 100010000 | 11110 | 101111 |
Color Harmonies of #7B559D
Complementary color
Monochromatic Colors of #7B559D
Black with #7B559D
Text Example
Text Example
White with #7B559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B559D; }
p { color: rgb(123,85,157); }
H1.HeaderClassName
{
color: #7B559D;
}
.AnyTagClassName
{
color: #7B559D;
}
</style>
background-color css
<style>
a { background-color: #7B559D; }
a { background-color: rgb(123,85,157); }
div.DivClassName
{
background-color: #7B559D;
}
.BgClassName
{
background-color: #7B559D;
}
</style>
border-color css
<style>
span { border-color: #7B559D; }
span { border-color: rgb(123,85,157); }
td.TdClassName
{
border-color: #7B559D;
}
.TagClassName
{
border-color: #7B559D;
}
</style>