Shades of Studio #7F529B
Tints of Studio #7F529B
RGB
CMYK
RGB Variations
Color information
#7F529B (or 0x7F529B) is known color: Studio. HEX triplet: 7F, 52 and 9B. RGB value is (127,82,155). Sum of RGB (Red+Green+Blue) = 127+82+155=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F529B is #80AD64. Grayscale: #676767. Windows color (decimal): -8432997 or 10179199. OLE color: 10179199.
HSL color Cylindrical-coordinate representation of color #7F529B: hue angle of 276.99º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F529B is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 82 | 155 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.39 |
| HSL | 276.99º | 0.31% | 0.46% | - |
| HSV(B) | 276.99º | 0.47% | 0.61% | - |
| XYZ | 17.69 | 12.91 | 32.57 | - |
| YUV | 103.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 155 | 0.18 | 0.47 | 0 | 0.39 | 276.99 | 0.31 | 0.46 |
| Hex | 7F | 52 | 9B | 12 | 2F | 0 | 27 | 115 | 1F | 2E |
| Octal | 177 | 122 | 233 | 22 | 57 | 0 | 47 | 425 | 37 | 56 |
| Binary | 1111111 | 1010010 | 10011011 | 10010 | 101111 | 0 | 100111 | 100010101 | 11111 | 101110 |
Color Harmonies of #7F529B
Complementary color
Monochromatic Colors of #7F529B
Black with #7F529B
Text Example
Text Example
White with #7F529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F529B; }
p { color: rgb(127,82,155); }
H1.HeaderClassName
{
color: #7F529B;
}
.AnyTagClassName
{
color: #7F529B;
}
</style>
background-color css
<style>
a { background-color: #7F529B; }
a { background-color: rgb(127,82,155); }
div.DivClassName
{
background-color: #7F529B;
}
.BgClassName
{
background-color: #7F529B;
}
</style>
border-color css
<style>
span { border-color: #7F529B; }
span { border-color: rgb(127,82,155); }
td.TdClassName
{
border-color: #7F529B;
}
.TagClassName
{
border-color: #7F529B;
}
</style>