Shades of Studio #7C5E97
Tints of Studio #7C5E97
RGB
CMYK
RGB Variations
Color information
#7C5E97 (or 0x7C5E97) is known color: Studio. HEX triplet: 7C, 5E and 97. RGB value is (124,94,151). Sum of RGB (Red+Green+Blue) = 124+94+151=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #7C5E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5E97 is #83A168. Grayscale: #6D6D6D. Windows color (decimal): -8626537 or 9920124. OLE color: 9920124.
HSL color Cylindrical-coordinate representation of color #7C5E97: hue angle of 271.58º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C5E97 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 94 | 151 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.41 |
| HSL | 271.58º | 0.23% | 0.48% | - |
| HSV(B) | 271.58º | 0.38% | 0.59% | - |
| XYZ | 17.9 | 14.52 | 31.14 | - |
| YUV | 109.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 151 | 0.18 | 0.38 | 0 | 0.41 | 271.58 | 0.23 | 0.48 |
| Hex | 7C | 5E | 97 | 12 | 26 | 0 | 29 | 110 | 17 | 30 |
| Octal | 174 | 136 | 227 | 22 | 46 | 0 | 51 | 420 | 27 | 60 |
| Binary | 1111100 | 1011110 | 10010111 | 10010 | 100110 | 0 | 101001 | 100010000 | 10111 | 110000 |
Color Harmonies of #7C5E97
Complementary color
Monochromatic Colors of #7C5E97
Black with #7C5E97
Text Example
Text Example
White with #7C5E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E97; }
p { color: rgb(124,94,151); }
H1.HeaderClassName
{
color: #7C5E97;
}
.AnyTagClassName
{
color: #7C5E97;
}
</style>
background-color css
<style>
a { background-color: #7C5E97; }
a { background-color: rgb(124,94,151); }
div.DivClassName
{
background-color: #7C5E97;
}
.BgClassName
{
background-color: #7C5E97;
}
</style>
border-color css
<style>
span { border-color: #7C5E97; }
span { border-color: rgb(124,94,151); }
td.TdClassName
{
border-color: #7C5E97;
}
.TagClassName
{
border-color: #7C5E97;
}
</style>