Shades of Studio #7F559D
Tints of Studio #7F559D
RGB
CMYK
RGB Variations
Color information
#7F559D (or 0x7F559D) is known color: Studio. HEX triplet: 7F, 55 and 9D. RGB value is (127,85,157). Sum of RGB (Red+Green+Blue) = 127+85+157=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F559D is #80AA62. Grayscale: #696969. Windows color (decimal): -8432227 or 10311039. OLE color: 10311039.
HSL color Cylindrical-coordinate representation of color #7F559D: hue angle of 275º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F559D is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 85 | 157 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.38 |
| HSL | 275º | 0.3% | 0.47% | - |
| HSV(B) | 275º | 0.46% | 0.62% | - |
| XYZ | 18.09 | 13.44 | 33.54 | - |
| YUV | 105.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 157 | 0.19 | 0.46 | 0 | 0.38 | 275 | 0.3 | 0.47 |
| Hex | 7F | 55 | 9D | 13 | 2E | 0 | 26 | 113 | 1E | 2F |
| Octal | 177 | 125 | 235 | 23 | 56 | 0 | 46 | 423 | 36 | 57 |
| Binary | 1111111 | 1010101 | 10011101 | 10011 | 101110 | 0 | 100110 | 100010011 | 11110 | 101111 |
Color Harmonies of #7F559D
Complementary color
Monochromatic Colors of #7F559D
Black with #7F559D
Text Example
Text Example
White with #7F559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F559D; }
p { color: rgb(127,85,157); }
H1.HeaderClassName
{
color: #7F559D;
}
.AnyTagClassName
{
color: #7F559D;
}
</style>
background-color css
<style>
a { background-color: #7F559D; }
a { background-color: rgb(127,85,157); }
div.DivClassName
{
background-color: #7F559D;
}
.BgClassName
{
background-color: #7F559D;
}
</style>
border-color css
<style>
span { border-color: #7F559D; }
span { border-color: rgb(127,85,157); }
td.TdClassName
{
border-color: #7F559D;
}
.TagClassName
{
border-color: #7F559D;
}
</style>