Shades of Studio #794AA0
Tints of Studio #794AA0
RGB
CMYK
RGB Variations
Color information
#794AA0 (or 0x794AA0) is known color: Studio. HEX triplet: 79, 4A and A0. RGB value is (121,74,160). Sum of RGB (Red+Green+Blue) = 121+74+160=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #794AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794AA0 is #86B55F. Grayscale: #616161. Windows color (decimal): -8828256 or 10504825. OLE color: 10504825.
HSL color Cylindrical-coordinate representation of color #794AA0: hue angle of 272.79º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #794AA0 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 74 | 160 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.37 |
| HSL | 272.79º | 0.37% | 0.46% | - |
| HSV(B) | 272.79º | 0.54% | 0.63% | - |
| XYZ | 16.68 | 11.5 | 34.6 | - |
| YUV | 97.86 | 163.07 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 160 | 0.24 | 0.54 | 0 | 0.37 | 272.79 | 0.37 | 0.46 |
| Hex | 79 | 4A | A0 | 18 | 36 | 0 | 25 | 111 | 25 | 2E |
| Octal | 171 | 112 | 240 | 30 | 66 | 0 | 45 | 421 | 45 | 56 |
| Binary | 1111001 | 1001010 | 10100000 | 11000 | 110110 | 0 | 100101 | 100010001 | 100101 | 101110 |
Color Harmonies of #794AA0
Complementary color
Monochromatic Colors of #794AA0
Black with #794AA0
Text Example
Text Example
White with #794AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794AA0; }
p { color: rgb(121,74,160); }
H1.HeaderClassName
{
color: #794AA0;
}
.AnyTagClassName
{
color: #794AA0;
}
</style>
background-color css
<style>
a { background-color: #794AA0; }
a { background-color: rgb(121,74,160); }
div.DivClassName
{
background-color: #794AA0;
}
.BgClassName
{
background-color: #794AA0;
}
</style>
border-color css
<style>
span { border-color: #794AA0; }
span { border-color: rgb(121,74,160); }
td.TdClassName
{
border-color: #794AA0;
}
.TagClassName
{
border-color: #794AA0;
}
</style>