Shades of Studio #7F599B
Tints of Studio #7F599B
RGB
CMYK
RGB Variations
Color information
#7F599B (or 0x7F599B) is known color: Studio. HEX triplet: 7F, 59 and 9B. RGB value is (127,89,155). Sum of RGB (Red+Green+Blue) = 127+89+155=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F599B is #80A664. Grayscale: #6B6B6B. Windows color (decimal): -8431205 or 10180991. OLE color: 10180991.
HSL color Cylindrical-coordinate representation of color #7F599B: hue angle of 274.55º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F599B is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 89 | 155 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.39 |
| HSL | 274.55º | 0.27% | 0.48% | - |
| HSV(B) | 274.55º | 0.43% | 0.61% | - |
| XYZ | 18.24 | 14.02 | 32.76 | - |
| YUV | 107.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 89 | 155 | 0.18 | 0.43 | 0 | 0.39 | 274.55 | 0.27 | 0.48 |
| Hex | 7F | 59 | 9B | 12 | 2B | 0 | 27 | 113 | 1B | 30 |
| Octal | 177 | 131 | 233 | 22 | 53 | 0 | 47 | 423 | 33 | 60 |
| Binary | 1111111 | 1011001 | 10011011 | 10010 | 101011 | 0 | 100111 | 100010011 | 11011 | 110000 |
Color Harmonies of #7F599B
Complementary color
Monochromatic Colors of #7F599B
Black with #7F599B
Text Example
Text Example
White with #7F599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F599B; }
p { color: rgb(127,89,155); }
H1.HeaderClassName
{
color: #7F599B;
}
.AnyTagClassName
{
color: #7F599B;
}
</style>
background-color css
<style>
a { background-color: #7F599B; }
a { background-color: rgb(127,89,155); }
div.DivClassName
{
background-color: #7F599B;
}
.BgClassName
{
background-color: #7F599B;
}
</style>
border-color css
<style>
span { border-color: #7F599B; }
span { border-color: rgb(127,89,155); }
td.TdClassName
{
border-color: #7F599B;
}
.TagClassName
{
border-color: #7F599B;
}
</style>