Shades of Studio #7F50A9
Tints of Studio #7F50A9
RGB
CMYK
RGB Variations
Color information
#7F50A9 (or 0x7F50A9) is known color: Studio. HEX triplet: 7F, 50 and A9. RGB value is (127,80,169). Sum of RGB (Red+Green+Blue) = 127+80+169=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 169 (66.41% from 255 or 44.95% from 376); Max value from RGB is 169 - color contains mainly: blue. Hex color #7F50A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F50A9 is #80AF56. Grayscale: #676767. Windows color (decimal): -8433495 or 11096191. OLE color: 11096191.
HSL color Cylindrical-coordinate representation of color #7F50A9: hue angle of 271.69º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F50A9 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 127 | 80 | 169 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.34 |
| HSL | 271.69º | 0.36% | 0.49% | - |
| HSV(B) | 271.69º | 0.53% | 0.66% | - |
| XYZ | 18.78 | 13.11 | 39.08 | - |
| YUV | 104.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 169 | 0.25 | 0.53 | 0 | 0.34 | 271.69 | 0.36 | 0.49 |
| Hex | 7F | 50 | A9 | 19 | 35 | 0 | 22 | 110 | 24 | 31 |
| Octal | 177 | 120 | 251 | 31 | 65 | 0 | 42 | 420 | 44 | 61 |
| Binary | 1111111 | 1010000 | 10101001 | 11001 | 110101 | 0 | 100010 | 100010000 | 100100 | 110001 |
Color Harmonies of #7F50A9
Complementary color
Monochromatic Colors of #7F50A9
Black with #7F50A9
Text Example
Text Example
White with #7F50A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F50A9; }
p { color: rgb(127,80,169); }
H1.HeaderClassName
{
color: #7F50A9;
}
.AnyTagClassName
{
color: #7F50A9;
}
</style>
background-color css
<style>
a { background-color: #7F50A9; }
a { background-color: rgb(127,80,169); }
div.DivClassName
{
background-color: #7F50A9;
}
.BgClassName
{
background-color: #7F50A9;
}
</style>
border-color css
<style>
span { border-color: #7F50A9; }
span { border-color: rgb(127,80,169); }
td.TdClassName
{
border-color: #7F50A9;
}
.TagClassName
{
border-color: #7F50A9;
}
</style>