Shades of Studio #7940AB
Tints of Studio #7940AB
RGB
CMYK
RGB Variations
Color information
#7940AB (or 0x7940AB) is known color: Studio. HEX triplet: 79, 40 and AB. RGB value is (121,64,171). Sum of RGB (Red+Green+Blue) = 121+64+171=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #7940AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7940AB is #86BF54. Grayscale: #5C5C5C. Windows color (decimal): -8830805 or 11223161. OLE color: 11223161.
HSL color Cylindrical-coordinate representation of color #7940AB: hue angle of 271.96º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7940AB is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 64 | 171 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.33 |
| HSL | 271.96º | 0.46% | 0.46% | - |
| HSV(B) | 271.96º | 0.63% | 0.67% | - |
| XYZ | 17.07 | 10.67 | 39.69 | - |
| YUV | 93.24 | 171.88 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 64 | 171 | 0.29 | 0.63 | 0 | 0.33 | 271.96 | 0.46 | 0.46 |
| Hex | 79 | 40 | AB | 1D | 3F | 0 | 21 | 110 | 2E | 2E |
| Octal | 171 | 100 | 253 | 35 | 77 | 0 | 41 | 420 | 56 | 56 |
| Binary | 1111001 | 1000000 | 10101011 | 11101 | 111111 | 0 | 100001 | 100010000 | 101110 | 101110 |
Color Harmonies of #7940AB
Complementary color
Monochromatic Colors of #7940AB
Black with #7940AB
Text Example
Text Example
White with #7940AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7940AB; }
p { color: rgb(121,64,171); }
H1.HeaderClassName
{
color: #7940AB;
}
.AnyTagClassName
{
color: #7940AB;
}
</style>
background-color css
<style>
a { background-color: #7940AB; }
a { background-color: rgb(121,64,171); }
div.DivClassName
{
background-color: #7940AB;
}
.BgClassName
{
background-color: #7940AB;
}
</style>
border-color css
<style>
span { border-color: #7940AB; }
span { border-color: rgb(121,64,171); }
td.TdClassName
{
border-color: #7940AB;
}
.TagClassName
{
border-color: #7940AB;
}
</style>