Shades of Studio #7940AC
Tints of Studio #7940AC
RGB
CMYK
RGB Variations
Color information
#7940AC (or 0x7940AC) is known color: Studio. HEX triplet: 79, 40 and AC. RGB value is (121,64,172). Sum of RGB (Red+Green+Blue) = 121+64+172=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #7940AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7940AC is #86BF53. Grayscale: #5C5C5C. Windows color (decimal): -8830804 or 11288697. OLE color: 11288697.
HSL color Cylindrical-coordinate representation of color #7940AC: hue angle of 271.67º 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 #7940AC is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 64 | 172 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.33 |
| HSL | 271.67º | 0.46% | 0.46% | - |
| HSV(B) | 271.67º | 0.63% | 0.67% | - |
| XYZ | 17.16 | 10.71 | 40.19 | - |
| YUV | 93.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 64 | 172 | 0.30 | 0.63 | 0 | 0.33 | 271.67 | 0.46 | 0.46 |
| Hex | 79 | 40 | AC | 1E | 3F | 0 | 21 | 110 | 2E | 2E |
| Octal | 171 | 100 | 254 | 36 | 77 | 0 | 41 | 420 | 56 | 56 |
| Binary | 1111001 | 1000000 | 10101100 | 11110 | 111111 | 0 | 100001 | 100010000 | 101110 | 101110 |
Color Harmonies of #7940AC
Complementary color
Monochromatic Colors of #7940AC
Black with #7940AC
Text Example
Text Example
White with #7940AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7940AC; }
p { color: rgb(121,64,172); }
H1.HeaderClassName
{
color: #7940AC;
}
.AnyTagClassName
{
color: #7940AC;
}
</style>
background-color css
<style>
a { background-color: #7940AC; }
a { background-color: rgb(121,64,172); }
div.DivClassName
{
background-color: #7940AC;
}
.BgClassName
{
background-color: #7940AC;
}
</style>
border-color css
<style>
span { border-color: #7940AC; }
span { border-color: rgb(121,64,172); }
td.TdClassName
{
border-color: #7940AC;
}
.TagClassName
{
border-color: #7940AC;
}
</style>