Shades of Studio #7B539F
Tints of Studio #7B539F
RGB
CMYK
RGB Variations
Color information
#7B539F (or 0x7B539F) is known color: Studio. HEX triplet: 7B, 53 and 9F. RGB value is (123,83,159). Sum of RGB (Red+Green+Blue) = 123+83+159=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B539F is #84AC60. Grayscale: #676767. Windows color (decimal): -8694881 or 10441595. OLE color: 10441595.
HSL color Cylindrical-coordinate representation of color #7B539F: hue angle of 271.58º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B539F is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 83 | 159 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.38 |
| HSL | 271.58º | 0.31% | 0.47% | - |
| HSV(B) | 271.58º | 0.48% | 0.62% | - |
| XYZ | 17.52 | 12.9 | 34.37 | - |
| YUV | 103.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 159 | 0.23 | 0.48 | 0 | 0.38 | 271.58 | 0.31 | 0.47 |
| Hex | 7B | 53 | 9F | 17 | 30 | 0 | 26 | 110 | 1F | 2F |
| Octal | 173 | 123 | 237 | 27 | 60 | 0 | 46 | 420 | 37 | 57 |
| Binary | 1111011 | 1010011 | 10011111 | 10111 | 110000 | 0 | 100110 | 100010000 | 11111 | 101111 |
Color Harmonies of #7B539F
Complementary color
Monochromatic Colors of #7B539F
Black with #7B539F
Text Example
Text Example
White with #7B539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B539F; }
p { color: rgb(123,83,159); }
H1.HeaderClassName
{
color: #7B539F;
}
.AnyTagClassName
{
color: #7B539F;
}
</style>
background-color css
<style>
a { background-color: #7B539F; }
a { background-color: rgb(123,83,159); }
div.DivClassName
{
background-color: #7B539F;
}
.BgClassName
{
background-color: #7B539F;
}
</style>
border-color css
<style>
span { border-color: #7B539F; }
span { border-color: rgb(123,83,159); }
td.TdClassName
{
border-color: #7B539F;
}
.TagClassName
{
border-color: #7B539F;
}
</style>