Shades of Studio #7B559C
Tints of Studio #7B559C
RGB
CMYK
RGB Variations
Color information
#7B559C (or 0x7B559C) is known color: Studio. HEX triplet: 7B, 55 and 9C. RGB value is (123,85,156). Sum of RGB (Red+Green+Blue) = 123+85+156=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 85 (33.59% from 255 or 23.35% 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 #7B559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B559C is #84AA63. Grayscale: #686868. Windows color (decimal): -8694372 or 10245499. OLE color: 10245499.
HSL color Cylindrical-coordinate representation of color #7B559C: hue angle of 272.11º 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 #7B559C is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 85 | 156 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.39 |
| HSL | 272.11º | 0.29% | 0.47% | - |
| HSV(B) | 272.11º | 0.46% | 0.61% | - |
| XYZ | 17.42 | 13.11 | 33.06 | - |
| YUV | 104.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 156 | 0.21 | 0.46 | 0 | 0.39 | 272.11 | 0.29 | 0.47 |
| Hex | 7B | 55 | 9C | 15 | 2E | 0 | 27 | 110 | 1D | 2F |
| Octal | 173 | 125 | 234 | 25 | 56 | 0 | 47 | 420 | 35 | 57 |
| Binary | 1111011 | 1010101 | 10011100 | 10101 | 101110 | 0 | 100111 | 100010000 | 11101 | 101111 |
Color Harmonies of #7B559C
Complementary color
Monochromatic Colors of #7B559C
Black with #7B559C
Text Example
Text Example
White with #7B559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B559C; }
p { color: rgb(123,85,156); }
H1.HeaderClassName
{
color: #7B559C;
}
.AnyTagClassName
{
color: #7B559C;
}
</style>
background-color css
<style>
a { background-color: #7B559C; }
a { background-color: rgb(123,85,156); }
div.DivClassName
{
background-color: #7B559C;
}
.BgClassName
{
background-color: #7B559C;
}
</style>
border-color css
<style>
span { border-color: #7B559C; }
span { border-color: rgb(123,85,156); }
td.TdClassName
{
border-color: #7B559C;
}
.TagClassName
{
border-color: #7B559C;
}
</style>