Shades of Studio #7C589E
Tints of Studio #7C589E
RGB
CMYK
RGB Variations
Color information
#7C589E (or 0x7C589E) is known color: Studio. HEX triplet: 7C, 58 and 9E. RGB value is (124,88,158). Sum of RGB (Red+Green+Blue) = 124+88+158=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C589E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C589E is #83A761. Grayscale: #6A6A6A. Windows color (decimal): -8628066 or 10377340. OLE color: 10377340.
HSL color Cylindrical-coordinate representation of color #7C589E: hue angle of 270.86º 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 #7C589E is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 88 | 158 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.38 |
| HSL | 270.86º | 0.28% | 0.48% | - |
| HSV(B) | 270.86º | 0.44% | 0.62% | - |
| XYZ | 17.97 | 13.73 | 34.05 | - |
| YUV | 106.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 158 | 0.22 | 0.44 | 0 | 0.38 | 270.86 | 0.28 | 0.48 |
| Hex | 7C | 58 | 9E | 16 | 2C | 0 | 26 | 10F | 1C | 30 |
| Octal | 174 | 130 | 236 | 26 | 54 | 0 | 46 | 417 | 34 | 60 |
| Binary | 1111100 | 1011000 | 10011110 | 10110 | 101100 | 0 | 100110 | 100001111 | 11100 | 110000 |
Color Harmonies of #7C589E
Complementary color
Monochromatic Colors of #7C589E
Black with #7C589E
Text Example
Text Example
White with #7C589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C589E; }
p { color: rgb(124,88,158); }
H1.HeaderClassName
{
color: #7C589E;
}
.AnyTagClassName
{
color: #7C589E;
}
</style>
background-color css
<style>
a { background-color: #7C589E; }
a { background-color: rgb(124,88,158); }
div.DivClassName
{
background-color: #7C589E;
}
.BgClassName
{
background-color: #7C589E;
}
</style>
border-color css
<style>
span { border-color: #7C589E; }
span { border-color: rgb(124,88,158); }
td.TdClassName
{
border-color: #7C589E;
}
.TagClassName
{
border-color: #7C589E;
}
</style>