Shades of Studio #7B599D
Tints of Studio #7B599D
RGB
CMYK
RGB Variations
Color information
#7B599D (or 0x7B599D) is known color: Studio. HEX triplet: 7B, 59 and 9D. RGB value is (123,89,157). Sum of RGB (Red+Green+Blue) = 123+89+157=369 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.33% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B599D is #84A662. Grayscale: #6A6A6A. Windows color (decimal): -8693347 or 10312059. OLE color: 10312059.
HSL color Cylindrical-coordinate representation of color #7B599D: hue angle of 270º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B599D is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 89 | 157 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.38 |
| HSL | 270º | 0.28% | 0.48% | - |
| HSV(B) | 270º | 0.43% | 0.62% | - |
| XYZ | 17.83 | 13.79 | 33.62 | - |
| YUV | 106.92 | 156.26 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 157 | 0.22 | 0.43 | 0 | 0.38 | 270 | 0.28 | 0.48 |
| Hex | 7B | 59 | 9D | 16 | 2B | 0 | 26 | 10E | 1C | 30 |
| Octal | 173 | 131 | 235 | 26 | 53 | 0 | 46 | 416 | 34 | 60 |
| Binary | 1111011 | 1011001 | 10011101 | 10110 | 101011 | 0 | 100110 | 100001110 | 11100 | 110000 |
Color Harmonies of #7B599D
Complementary color
Monochromatic Colors of #7B599D
Black with #7B599D
Text Example
Text Example
White with #7B599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B599D; }
p { color: rgb(123,89,157); }
H1.HeaderClassName
{
color: #7B599D;
}
.AnyTagClassName
{
color: #7B599D;
}
</style>
background-color css
<style>
a { background-color: #7B599D; }
a { background-color: rgb(123,89,157); }
div.DivClassName
{
background-color: #7B599D;
}
.BgClassName
{
background-color: #7B599D;
}
</style>
border-color css
<style>
span { border-color: #7B599D; }
span { border-color: rgb(123,89,157); }
td.TdClassName
{
border-color: #7B599D;
}
.TagClassName
{
border-color: #7B599D;
}
</style>