Shades of Studio #7F559F
Tints of Studio #7F559F
RGB
CMYK
RGB Variations
Color information
#7F559F (or 0x7F559F) is known color: Studio. HEX triplet: 7F, 55 and 9F. RGB value is (127,85,159). Sum of RGB (Red+Green+Blue) = 127+85+159=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F559F is #80AA60. Grayscale: #696969. Windows color (decimal): -8432225 or 10442111. OLE color: 10442111.
HSL color Cylindrical-coordinate representation of color #7F559F: hue angle of 274.05º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F559F is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 85 | 159 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.38 |
| HSL | 274.05º | 0.3% | 0.48% | - |
| HSV(B) | 274.05º | 0.47% | 0.62% | - |
| XYZ | 18.26 | 13.51 | 34.45 | - |
| YUV | 105.99 | 157.91 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 159 | 0.20 | 0.47 | 0 | 0.38 | 274.05 | 0.3 | 0.48 |
| Hex | 7F | 55 | 9F | 14 | 2F | 0 | 26 | 112 | 1E | 30 |
| Octal | 177 | 125 | 237 | 24 | 57 | 0 | 46 | 422 | 36 | 60 |
| Binary | 1111111 | 1010101 | 10011111 | 10100 | 101111 | 0 | 100110 | 100010010 | 11110 | 110000 |
Color Harmonies of #7F559F
Complementary color
Monochromatic Colors of #7F559F
Black with #7F559F
Text Example
Text Example
White with #7F559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F559F; }
p { color: rgb(127,85,159); }
H1.HeaderClassName
{
color: #7F559F;
}
.AnyTagClassName
{
color: #7F559F;
}
</style>
background-color css
<style>
a { background-color: #7F559F; }
a { background-color: rgb(127,85,159); }
div.DivClassName
{
background-color: #7F559F;
}
.BgClassName
{
background-color: #7F559F;
}
</style>
border-color css
<style>
span { border-color: #7F559F; }
span { border-color: rgb(127,85,159); }
td.TdClassName
{
border-color: #7F559F;
}
.TagClassName
{
border-color: #7F559F;
}
</style>