Shades of Studio #7B529A
Tints of Studio #7B529A
RGB
CMYK
RGB Variations
Color information
#7B529A (or 0x7B529A) is known color: Studio. HEX triplet: 7B, 52 and 9A. RGB value is (123,82,154). Sum of RGB (Red+Green+Blue) = 123+82+154=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #7B529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B529A is #84AD65. Grayscale: #666666. Windows color (decimal): -8695142 or 10113659. OLE color: 10113659.
HSL color Cylindrical-coordinate representation of color #7B529A: hue angle of 274.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B529A is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 82 | 154 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.40 |
| HSL | 274.17º | 0.31% | 0.46% | - |
| HSV(B) | 274.17º | 0.47% | 0.6% | - |
| XYZ | 17.02 | 12.58 | 32.1 | - |
| YUV | 102.47 | 157.08 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 154 | 0.20 | 0.47 | 0 | 0.40 | 274.17 | 0.31 | 0.46 |
| Hex | 7B | 52 | 9A | 14 | 2F | 0 | 28 | 112 | 1F | 2E |
| Octal | 173 | 122 | 232 | 24 | 57 | 0 | 50 | 422 | 37 | 56 |
| Binary | 1111011 | 1010010 | 10011010 | 10100 | 101111 | 0 | 101000 | 100010010 | 11111 | 101110 |
Color Harmonies of #7B529A
Complementary color
Monochromatic Colors of #7B529A
Black with #7B529A
Text Example
Text Example
White with #7B529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B529A; }
p { color: rgb(123,82,154); }
H1.HeaderClassName
{
color: #7B529A;
}
.AnyTagClassName
{
color: #7B529A;
}
</style>
background-color css
<style>
a { background-color: #7B529A; }
a { background-color: rgb(123,82,154); }
div.DivClassName
{
background-color: #7B529A;
}
.BgClassName
{
background-color: #7B529A;
}
</style>
border-color css
<style>
span { border-color: #7B529A; }
span { border-color: rgb(123,82,154); }
td.TdClassName
{
border-color: #7B529A;
}
.TagClassName
{
border-color: #7B529A;
}
</style>