Shades of Studio #7F599D
Tints of Studio #7F599D
RGB
CMYK
RGB Variations
Color information
#7F599D (or 0x7F599D) is known color: Studio. HEX triplet: 7F, 59 and 9D. RGB value is (127,89,157). Sum of RGB (Red+Green+Blue) = 127+89+157=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F599D is #80A662. Grayscale: #6B6B6B. Windows color (decimal): -8431203 or 10312063. OLE color: 10312063.
HSL color Cylindrical-coordinate representation of color #7F599D: hue angle of 273.53º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F599D is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 89 | 157 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.38 |
| HSL | 273.53º | 0.28% | 0.48% | - |
| HSV(B) | 273.53º | 0.43% | 0.62% | - |
| XYZ | 18.41 | 14.09 | 33.65 | - |
| YUV | 108.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 157 | 0.19 | 0.43 | 0 | 0.38 | 273.53 | 0.28 | 0.48 |
| Hex | 7F | 59 | 9D | 13 | 2B | 0 | 26 | 112 | 1C | 30 |
| Octal | 177 | 131 | 235 | 23 | 53 | 0 | 46 | 422 | 34 | 60 |
| Binary | 1111111 | 1011001 | 10011101 | 10011 | 101011 | 0 | 100110 | 100010010 | 11100 | 110000 |
Color Harmonies of #7F599D
Complementary color
Monochromatic Colors of #7F599D
Black with #7F599D
Text Example
Text Example
White with #7F599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F599D; }
p { color: rgb(127,89,157); }
H1.HeaderClassName
{
color: #7F599D;
}
.AnyTagClassName
{
color: #7F599D;
}
</style>
background-color css
<style>
a { background-color: #7F599D; }
a { background-color: rgb(127,89,157); }
div.DivClassName
{
background-color: #7F599D;
}
.BgClassName
{
background-color: #7F599D;
}
</style>
border-color css
<style>
span { border-color: #7F599D; }
span { border-color: rgb(127,89,157); }
td.TdClassName
{
border-color: #7F599D;
}
.TagClassName
{
border-color: #7F599D;
}
</style>