Shades of Studio #7940A2
Tints of Studio #7940A2
RGB
CMYK
RGB Variations
Color information
#7940A2 (or 0x7940A2) is known color: Studio. HEX triplet: 79, 40 and A2. RGB value is (121,64,162). Sum of RGB (Red+Green+Blue) = 121+64+162=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 162 - color contains mainly: blue. Hex color #7940A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7940A2 is #86BF5D. Grayscale: #5B5B5B. Windows color (decimal): -8830814 or 10633337. OLE color: 10633337.
HSL color Cylindrical-coordinate representation of color #7940A2: hue angle of 274.9º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7940A2 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 64 | 162 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.36 |
| HSL | 274.9º | 0.43% | 0.44% | - |
| HSV(B) | 274.9º | 0.6% | 0.64% | - |
| XYZ | 16.24 | 10.34 | 35.32 | - |
| YUV | 92.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 64 | 162 | 0.25 | 0.60 | 0 | 0.36 | 274.9 | 0.43 | 0.44 |
| Hex | 79 | 40 | A2 | 19 | 3C | 0 | 24 | 113 | 2B | 2C |
| Octal | 171 | 100 | 242 | 31 | 74 | 0 | 44 | 423 | 53 | 54 |
| Binary | 1111001 | 1000000 | 10100010 | 11001 | 111100 | 0 | 100100 | 100010011 | 101011 | 101100 |
Color Harmonies of #7940A2
Complementary color
Monochromatic Colors of #7940A2
Black with #7940A2
Text Example
Text Example
White with #7940A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7940A2; }
p { color: rgb(121,64,162); }
H1.HeaderClassName
{
color: #7940A2;
}
.AnyTagClassName
{
color: #7940A2;
}
</style>
background-color css
<style>
a { background-color: #7940A2; }
a { background-color: rgb(121,64,162); }
div.DivClassName
{
background-color: #7940A2;
}
.BgClassName
{
background-color: #7940A2;
}
</style>
border-color css
<style>
span { border-color: #7940A2; }
span { border-color: rgb(121,64,162); }
td.TdClassName
{
border-color: #7940A2;
}
.TagClassName
{
border-color: #7940A2;
}
</style>