Shades of Studio #7B5999
Tints of Studio #7B5999
RGB
CMYK
RGB Variations
Color information
#7B5999 (or 0x7B5999) is known color: Studio. HEX triplet: 7B, 59 and 99. RGB value is (123,89,153). Sum of RGB (Red+Green+Blue) = 123+89+153=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B5999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5999 is #84A666. Grayscale: #6A6A6A. Windows color (decimal): -8693351 or 10049915. OLE color: 10049915.
HSL color Cylindrical-coordinate representation of color #7B5999: hue angle of 271.88º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B5999 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 89 | 153 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.4 |
| HSL | 271.88º | 0.26% | 0.47% | - |
| HSV(B) | 271.88º | 0.42% | 0.6% | - |
| XYZ | 17.49 | 13.66 | 31.85 | - |
| YUV | 106.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 153 | 0.20 | 0.42 | 0 | 0.4 | 271.88 | 0.26 | 0.47 |
| Hex | 7B | 59 | 99 | 14 | 2A | 0 | 28 | 110 | 1A | 2F |
| Octal | 173 | 131 | 231 | 24 | 52 | 0 | 50 | 420 | 32 | 57 |
| Binary | 1111011 | 1011001 | 10011001 | 10100 | 101010 | 0 | 101000 | 100010000 | 11010 | 101111 |
Color Harmonies of #7B5999
Complementary color
Monochromatic Colors of #7B5999
Black with #7B5999
Text Example
Text Example
White with #7B5999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5999; }
p { color: rgb(123,89,153); }
H1.HeaderClassName
{
color: #7B5999;
}
.AnyTagClassName
{
color: #7B5999;
}
</style>
background-color css
<style>
a { background-color: #7B5999; }
a { background-color: rgb(123,89,153); }
div.DivClassName
{
background-color: #7B5999;
}
.BgClassName
{
background-color: #7B5999;
}
</style>
border-color css
<style>
span { border-color: #7B5999; }
span { border-color: rgb(123,89,153); }
td.TdClassName
{
border-color: #7B5999;
}
.TagClassName
{
border-color: #7B5999;
}
</style>