Shades of Studio #7C589C
Tints of Studio #7C589C
RGB
CMYK
RGB Variations
Color information
#7C589C (or 0x7C589C) is known color: Studio. HEX triplet: 7C, 58 and 9C. RGB value is (124,88,156). Sum of RGB (Red+Green+Blue) = 124+88+156=368 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.70% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C589C is #83A763. Grayscale: #6A6A6A. Windows color (decimal): -8628068 or 10246268. OLE color: 10246268.
HSL color Cylindrical-coordinate representation of color #7C589C: hue angle of 271.76º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C589C is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 88 | 156 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.39 |
| HSL | 271.76º | 0.28% | 0.48% | - |
| HSV(B) | 271.76º | 0.44% | 0.61% | - |
| XYZ | 17.8 | 13.66 | 33.15 | - |
| YUV | 106.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 156 | 0.21 | 0.44 | 0 | 0.39 | 271.76 | 0.28 | 0.48 |
| Hex | 7C | 58 | 9C | 15 | 2C | 0 | 27 | 110 | 1C | 30 |
| Octal | 174 | 130 | 234 | 25 | 54 | 0 | 47 | 420 | 34 | 60 |
| Binary | 1111100 | 1011000 | 10011100 | 10101 | 101100 | 0 | 100111 | 100010000 | 11100 | 110000 |
Color Harmonies of #7C589C
Complementary color
Monochromatic Colors of #7C589C
Black with #7C589C
Text Example
Text Example
White with #7C589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C589C; }
p { color: rgb(124,88,156); }
H1.HeaderClassName
{
color: #7C589C;
}
.AnyTagClassName
{
color: #7C589C;
}
</style>
background-color css
<style>
a { background-color: #7C589C; }
a { background-color: rgb(124,88,156); }
div.DivClassName
{
background-color: #7C589C;
}
.BgClassName
{
background-color: #7C589C;
}
</style>
border-color css
<style>
span { border-color: #7C589C; }
span { border-color: rgb(124,88,156); }
td.TdClassName
{
border-color: #7C589C;
}
.TagClassName
{
border-color: #7C589C;
}
</style>