Shades of Studio #794FAA
Tints of Studio #794FAA
RGB
CMYK
RGB Variations
Color information
#794FAA (or 0x794FAA) is known color: Studio. HEX triplet: 79, 4F and AA. RGB value is (121,79,170). Sum of RGB (Red+Green+Blue) = 121+79+170=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #794FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794FAA is #86B055. Grayscale: #656565. Windows color (decimal): -8826966 or 11161465. OLE color: 11161465.
HSL color Cylindrical-coordinate representation of color #794FAA: hue angle of 267.69º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #794FAA is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 79 | 170 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.33 |
| HSL | 267.69º | 0.37% | 0.49% | - |
| HSV(B) | 267.69º | 0.54% | 0.67% | - |
| XYZ | 17.94 | 12.56 | 39.51 | - |
| YUV | 101.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 79 | 170 | 0.29 | 0.54 | 0 | 0.33 | 267.69 | 0.37 | 0.49 |
| Hex | 79 | 4F | AA | 1D | 36 | 0 | 21 | 10C | 25 | 31 |
| Octal | 171 | 117 | 252 | 35 | 66 | 0 | 41 | 414 | 45 | 61 |
| Binary | 1111001 | 1001111 | 10101010 | 11101 | 110110 | 0 | 100001 | 100001100 | 100101 | 110001 |
Color Harmonies of #794FAA
Complementary color
Monochromatic Colors of #794FAA
Black with #794FAA
Text Example
Text Example
White with #794FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794FAA; }
p { color: rgb(121,79,170); }
H1.HeaderClassName
{
color: #794FAA;
}
.AnyTagClassName
{
color: #794FAA;
}
</style>
background-color css
<style>
a { background-color: #794FAA; }
a { background-color: rgb(121,79,170); }
div.DivClassName
{
background-color: #794FAA;
}
.BgClassName
{
background-color: #794FAA;
}
</style>
border-color css
<style>
span { border-color: #794FAA; }
span { border-color: rgb(121,79,170); }
td.TdClassName
{
border-color: #794FAA;
}
.TagClassName
{
border-color: #794FAA;
}
</style>