Shades of Studio #7B539E
Tints of Studio #7B539E
RGB
CMYK
RGB Variations
Color information
#7B539E (or 0x7B539E) is known color: Studio. HEX triplet: 7B, 53 and 9E. RGB value is (123,83,158). Sum of RGB (Red+Green+Blue) = 123+83+158=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B539E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B539E is #84AC61. Grayscale: #676767. Windows color (decimal): -8694882 or 10376059. OLE color: 10376059.
HSL color Cylindrical-coordinate representation of color #7B539E: hue angle of 272º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B539E is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 83 | 158 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.38 |
| HSL | 272º | 0.31% | 0.47% | - |
| HSV(B) | 272º | 0.47% | 0.62% | - |
| XYZ | 17.43 | 12.87 | 33.91 | - |
| YUV | 103.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 158 | 0.22 | 0.47 | 0 | 0.38 | 272 | 0.31 | 0.47 |
| Hex | 7B | 53 | 9E | 16 | 2F | 0 | 26 | 110 | 1F | 2F |
| Octal | 173 | 123 | 236 | 26 | 57 | 0 | 46 | 420 | 37 | 57 |
| Binary | 1111011 | 1010011 | 10011110 | 10110 | 101111 | 0 | 100110 | 100010000 | 11111 | 101111 |
Color Harmonies of #7B539E
Complementary color
Monochromatic Colors of #7B539E
Black with #7B539E
Text Example
Text Example
White with #7B539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B539E; }
p { color: rgb(123,83,158); }
H1.HeaderClassName
{
color: #7B539E;
}
.AnyTagClassName
{
color: #7B539E;
}
</style>
background-color css
<style>
a { background-color: #7B539E; }
a { background-color: rgb(123,83,158); }
div.DivClassName
{
background-color: #7B539E;
}
.BgClassName
{
background-color: #7B539E;
}
</style>
border-color css
<style>
span { border-color: #7B539E; }
span { border-color: rgb(123,83,158); }
td.TdClassName
{
border-color: #7B539E;
}
.TagClassName
{
border-color: #7B539E;
}
</style>