Shades of Studio #7B5599
Tints of Studio #7B5599
RGB
CMYK
RGB Variations
Color information
#7B5599 (or 0x7B5599) is known color: Studio. HEX triplet: 7B, 55 and 99. RGB value is (123,85,153). Sum of RGB (Red+Green+Blue) = 123+85+153=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B5599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5599 is #84AA66. Grayscale: #676767. Windows color (decimal): -8694375 or 10048891. OLE color: 10048891.
HSL color Cylindrical-coordinate representation of color #7B5599: hue angle of 273.53º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B5599 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 85 | 153 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.4 |
| HSL | 273.53º | 0.29% | 0.47% | - |
| HSV(B) | 273.53º | 0.44% | 0.6% | - |
| XYZ | 17.17 | 13.01 | 31.74 | - |
| YUV | 104.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 153 | 0.20 | 0.44 | 0 | 0.4 | 273.53 | 0.29 | 0.47 |
| Hex | 7B | 55 | 99 | 14 | 2C | 0 | 28 | 112 | 1D | 2F |
| Octal | 173 | 125 | 231 | 24 | 54 | 0 | 50 | 422 | 35 | 57 |
| Binary | 1111011 | 1010101 | 10011001 | 10100 | 101100 | 0 | 101000 | 100010010 | 11101 | 101111 |
Color Harmonies of #7B5599
Complementary color
Monochromatic Colors of #7B5599
Black with #7B5599
Text Example
Text Example
White with #7B5599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5599; }
p { color: rgb(123,85,153); }
H1.HeaderClassName
{
color: #7B5599;
}
.AnyTagClassName
{
color: #7B5599;
}
</style>
background-color css
<style>
a { background-color: #7B5599; }
a { background-color: rgb(123,85,153); }
div.DivClassName
{
background-color: #7B5599;
}
.BgClassName
{
background-color: #7B5599;
}
</style>
border-color css
<style>
span { border-color: #7B5599; }
span { border-color: rgb(123,85,153); }
td.TdClassName
{
border-color: #7B5599;
}
.TagClassName
{
border-color: #7B5599;
}
</style>