Shades of Studio #7B5797
Tints of Studio #7B5797
RGB
CMYK
RGB Variations
Color information
#7B5797 (or 0x7B5797) is known color: Studio. HEX triplet: 7B, 57 and 97. RGB value is (123,87,151). Sum of RGB (Red+Green+Blue) = 123+87+151=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 151 - color contains mainly: blue. Hex color #7B5797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5797 is #84A868. Grayscale: #686868. Windows color (decimal): -8693865 or 9918331. OLE color: 9918331.
HSL color Cylindrical-coordinate representation of color #7B5797: hue angle of 273.75º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B5797 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 87 | 151 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.41 |
| HSL | 273.75º | 0.27% | 0.47% | - |
| HSV(B) | 273.75º | 0.42% | 0.59% | - |
| XYZ | 17.16 | 13.26 | 30.93 | - |
| YUV | 105.06 | 153.93 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 151 | 0.19 | 0.42 | 0 | 0.41 | 273.75 | 0.27 | 0.47 |
| Hex | 7B | 57 | 97 | 13 | 2A | 0 | 29 | 112 | 1B | 2F |
| Octal | 173 | 127 | 227 | 23 | 52 | 0 | 51 | 422 | 33 | 57 |
| Binary | 1111011 | 1010111 | 10010111 | 10011 | 101010 | 0 | 101001 | 100010010 | 11011 | 101111 |
Color Harmonies of #7B5797
Complementary color
Monochromatic Colors of #7B5797
Black with #7B5797
Text Example
Text Example
White with #7B5797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5797; }
p { color: rgb(123,87,151); }
H1.HeaderClassName
{
color: #7B5797;
}
.AnyTagClassName
{
color: #7B5797;
}
</style>
background-color css
<style>
a { background-color: #7B5797; }
a { background-color: rgb(123,87,151); }
div.DivClassName
{
background-color: #7B5797;
}
.BgClassName
{
background-color: #7B5797;
}
</style>
border-color css
<style>
span { border-color: #7B5797; }
span { border-color: rgb(123,87,151); }
td.TdClassName
{
border-color: #7B5797;
}
.TagClassName
{
border-color: #7B5797;
}
</style>