Shades of Studio #7C589B
Tints of Studio #7C589B
RGB
CMYK
RGB Variations
Color information
#7C589B (or 0x7C589B) is known color: Studio. HEX triplet: 7C, 58 and 9B. RGB value is (124,88,155). Sum of RGB (Red+Green+Blue) = 124+88+155=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C589B is #83A764. Grayscale: #6A6A6A. Windows color (decimal): -8628069 or 10180732. OLE color: 10180732.
HSL color Cylindrical-coordinate representation of color #7C589B: hue angle of 272.24º 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 #7C589B is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 88 | 155 | - |
| CMYK | 0.2 | 0.43 | 0 | 0.39 |
| HSL | 272.24º | 0.28% | 0.48% | - |
| HSV(B) | 272.24º | 0.43% | 0.61% | - |
| XYZ | 17.72 | 13.63 | 32.71 | - |
| YUV | 106.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 155 | 0.2 | 0.43 | 0 | 0.39 | 272.24 | 0.28 | 0.48 |
| Hex | 7C | 58 | 9B | 14 | 2B | 0 | 27 | 110 | 1C | 30 |
| Octal | 174 | 130 | 233 | 24 | 53 | 0 | 47 | 420 | 34 | 60 |
| Binary | 1111100 | 1011000 | 10011011 | 10100 | 101011 | 0 | 100111 | 100010000 | 11100 | 110000 |
Color Harmonies of #7C589B
Complementary color
Monochromatic Colors of #7C589B
Black with #7C589B
Text Example
Text Example
White with #7C589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C589B; }
p { color: rgb(124,88,155); }
H1.HeaderClassName
{
color: #7C589B;
}
.AnyTagClassName
{
color: #7C589B;
}
</style>
background-color css
<style>
a { background-color: #7C589B; }
a { background-color: rgb(124,88,155); }
div.DivClassName
{
background-color: #7C589B;
}
.BgClassName
{
background-color: #7C589B;
}
</style>
border-color css
<style>
span { border-color: #7C589B; }
span { border-color: rgb(124,88,155); }
td.TdClassName
{
border-color: #7C589B;
}
.TagClassName
{
border-color: #7C589B;
}
</style>