Shades of Studio #7A589B
Tints of Studio #7A589B
RGB
CMYK
RGB Variations
Color information
#7A589B (or 0x7A589B) is known color: Studio. HEX triplet: 7A, 58 and 9B. RGB value is (122,88,155). Sum of RGB (Red+Green+Blue) = 122+88+155=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A589B is #85A764. Grayscale: #696969. Windows color (decimal): -8759141 or 10180730. OLE color: 10180730.
HSL color Cylindrical-coordinate representation of color #7A589B: hue angle of 270.45º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A589B is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 88 | 155 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.39 |
| HSL | 270.45º | 0.28% | 0.48% | - |
| HSV(B) | 270.45º | 0.43% | 0.61% | - |
| XYZ | 17.43 | 13.48 | 32.69 | - |
| YUV | 105.8 | 155.76 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 155 | 0.21 | 0.43 | 0 | 0.39 | 270.45 | 0.28 | 0.48 |
| Hex | 7A | 58 | 9B | 15 | 2B | 0 | 27 | 10E | 1C | 30 |
| Octal | 172 | 130 | 233 | 25 | 53 | 0 | 47 | 416 | 34 | 60 |
| Binary | 1111010 | 1011000 | 10011011 | 10101 | 101011 | 0 | 100111 | 100001110 | 11100 | 110000 |
Color Harmonies of #7A589B
Complementary color
Monochromatic Colors of #7A589B
Black with #7A589B
Text Example
Text Example
White with #7A589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A589B; }
p { color: rgb(122,88,155); }
H1.HeaderClassName
{
color: #7A589B;
}
.AnyTagClassName
{
color: #7A589B;
}
</style>
background-color css
<style>
a { background-color: #7A589B; }
a { background-color: rgb(122,88,155); }
div.DivClassName
{
background-color: #7A589B;
}
.BgClassName
{
background-color: #7A589B;
}
</style>
border-color css
<style>
span { border-color: #7A589B; }
span { border-color: rgb(122,88,155); }
td.TdClassName
{
border-color: #7A589B;
}
.TagClassName
{
border-color: #7A589B;
}
</style>