Shades of Studio #7B529B
Tints of Studio #7B529B
RGB
CMYK
RGB Variations
Color information
#7B529B (or 0x7B529B) is known color: Studio. HEX triplet: 7B, 52 and 9B. RGB value is (123,82,155). Sum of RGB (Red+Green+Blue) = 123+82+155=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B529B is #84AD64. Grayscale: #666666. Windows color (decimal): -8695141 or 10179195. OLE color: 10179195.
HSL color Cylindrical-coordinate representation of color #7B529B: hue angle of 273.7º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B529B is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 82 | 155 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.39 |
| HSL | 273.7º | 0.31% | 0.46% | - |
| HSV(B) | 273.7º | 0.47% | 0.61% | - |
| XYZ | 17.1 | 12.61 | 32.54 | - |
| YUV | 102.58 | 157.58 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 155 | 0.21 | 0.47 | 0 | 0.39 | 273.7 | 0.31 | 0.46 |
| Hex | 7B | 52 | 9B | 15 | 2F | 0 | 27 | 112 | 1F | 2E |
| Octal | 173 | 122 | 233 | 25 | 57 | 0 | 47 | 422 | 37 | 56 |
| Binary | 1111011 | 1010010 | 10011011 | 10101 | 101111 | 0 | 100111 | 100010010 | 11111 | 101110 |
Color Harmonies of #7B529B
Complementary color
Monochromatic Colors of #7B529B
Black with #7B529B
Text Example
Text Example
White with #7B529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B529B; }
p { color: rgb(123,82,155); }
H1.HeaderClassName
{
color: #7B529B;
}
.AnyTagClassName
{
color: #7B529B;
}
</style>
background-color css
<style>
a { background-color: #7B529B; }
a { background-color: rgb(123,82,155); }
div.DivClassName
{
background-color: #7B529B;
}
.BgClassName
{
background-color: #7B529B;
}
</style>
border-color css
<style>
span { border-color: #7B529B; }
span { border-color: rgb(123,82,155); }
td.TdClassName
{
border-color: #7B529B;
}
.TagClassName
{
border-color: #7B529B;
}
</style>