Shades of Studio #7B579C
Tints of Studio #7B579C
RGB
CMYK
RGB Variations
Color information
#7B579C (or 0x7B579C) is known color: Studio. HEX triplet: 7B, 57 and 9C. RGB value is (123,87,156). Sum of RGB (Red+Green+Blue) = 123+87+156=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 87 (34.38% from 255 or 23.77% 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 #7B579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B579C is #84A863. Grayscale: #696969. Windows color (decimal): -8693860 or 10246011. OLE color: 10246011.
HSL color Cylindrical-coordinate representation of color #7B579C: hue angle of 271.3º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B579C is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 87 | 156 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.39 |
| HSL | 271.3º | 0.28% | 0.48% | - |
| HSV(B) | 271.3º | 0.44% | 0.61% | - |
| XYZ | 17.58 | 13.43 | 33.12 | - |
| YUV | 105.63 | 156.43 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 156 | 0.21 | 0.44 | 0 | 0.39 | 271.3 | 0.28 | 0.48 |
| Hex | 7B | 57 | 9C | 15 | 2C | 0 | 27 | 10F | 1C | 30 |
| Octal | 173 | 127 | 234 | 25 | 54 | 0 | 47 | 417 | 34 | 60 |
| Binary | 1111011 | 1010111 | 10011100 | 10101 | 101100 | 0 | 100111 | 100001111 | 11100 | 110000 |
Color Harmonies of #7B579C
Complementary color
Monochromatic Colors of #7B579C
Black with #7B579C
Text Example
Text Example
White with #7B579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B579C; }
p { color: rgb(123,87,156); }
H1.HeaderClassName
{
color: #7B579C;
}
.AnyTagClassName
{
color: #7B579C;
}
</style>
background-color css
<style>
a { background-color: #7B579C; }
a { background-color: rgb(123,87,156); }
div.DivClassName
{
background-color: #7B579C;
}
.BgClassName
{
background-color: #7B579C;
}
</style>
border-color css
<style>
span { border-color: #7B579C; }
span { border-color: rgb(123,87,156); }
td.TdClassName
{
border-color: #7B579C;
}
.TagClassName
{
border-color: #7B579C;
}
</style>