Shades of Studio #7B589D
Tints of Studio #7B589D
RGB
CMYK
RGB Variations
Color information
#7B589D (or 0x7B589D) is known color: Studio. HEX triplet: 7B, 58 and 9D. RGB value is (123,88,157). Sum of RGB (Red+Green+Blue) = 123+88+157=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B589D is #84A762. Grayscale: #6A6A6A. Windows color (decimal): -8693603 or 10311803. OLE color: 10311803.
HSL color Cylindrical-coordinate representation of color #7B589D: hue angle of 270.43º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B589D is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 88 | 157 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.38 |
| HSL | 270.43º | 0.28% | 0.48% | - |
| HSV(B) | 270.43º | 0.44% | 0.62% | - |
| XYZ | 17.74 | 13.62 | 33.59 | - |
| YUV | 106.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 157 | 0.22 | 0.44 | 0 | 0.38 | 270.43 | 0.28 | 0.48 |
| Hex | 7B | 58 | 9D | 16 | 2C | 0 | 26 | 10E | 1C | 30 |
| Octal | 173 | 130 | 235 | 26 | 54 | 0 | 46 | 416 | 34 | 60 |
| Binary | 1111011 | 1011000 | 10011101 | 10110 | 101100 | 0 | 100110 | 100001110 | 11100 | 110000 |
Color Harmonies of #7B589D
Complementary color
Monochromatic Colors of #7B589D
Black with #7B589D
Text Example
Text Example
White with #7B589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B589D; }
p { color: rgb(123,88,157); }
H1.HeaderClassName
{
color: #7B589D;
}
.AnyTagClassName
{
color: #7B589D;
}
</style>
background-color css
<style>
a { background-color: #7B589D; }
a { background-color: rgb(123,88,157); }
div.DivClassName
{
background-color: #7B589D;
}
.BgClassName
{
background-color: #7B589D;
}
</style>
border-color css
<style>
span { border-color: #7B589D; }
span { border-color: rgb(123,88,157); }
td.TdClassName
{
border-color: #7B589D;
}
.TagClassName
{
border-color: #7B589D;
}
</style>