Shades of Studio #794BA2
Tints of Studio #794BA2
RGB
CMYK
RGB Variations
Color information
#794BA2 (or 0x794BA2) is known color: Studio. HEX triplet: 79, 4B and A2. RGB value is (121,75,162). Sum of RGB (Red+Green+Blue) = 121+75+162=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 162 - color contains mainly: blue. Hex color #794BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794BA2 is #86B45D. Grayscale: #626262. Windows color (decimal): -8827998 or 10636153. OLE color: 10636153.
HSL color Cylindrical-coordinate representation of color #794BA2: hue angle of 271.72º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #794BA2 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 75 | 162 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.36 |
| HSL | 271.72º | 0.37% | 0.46% | - |
| HSV(B) | 271.72º | 0.54% | 0.64% | - |
| XYZ | 16.92 | 11.71 | 35.55 | - |
| YUV | 98.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 162 | 0.25 | 0.54 | 0 | 0.36 | 271.72 | 0.37 | 0.46 |
| Hex | 79 | 4B | A2 | 19 | 36 | 0 | 24 | 110 | 25 | 2E |
| Octal | 171 | 113 | 242 | 31 | 66 | 0 | 44 | 420 | 45 | 56 |
| Binary | 1111001 | 1001011 | 10100010 | 11001 | 110110 | 0 | 100100 | 100010000 | 100101 | 101110 |
Color Harmonies of #794BA2
Complementary color
Monochromatic Colors of #794BA2
Black with #794BA2
Text Example
Text Example
White with #794BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794BA2; }
p { color: rgb(121,75,162); }
H1.HeaderClassName
{
color: #794BA2;
}
.AnyTagClassName
{
color: #794BA2;
}
</style>
background-color css
<style>
a { background-color: #794BA2; }
a { background-color: rgb(121,75,162); }
div.DivClassName
{
background-color: #794BA2;
}
.BgClassName
{
background-color: #794BA2;
}
</style>
border-color css
<style>
span { border-color: #794BA2; }
span { border-color: rgb(121,75,162); }
td.TdClassName
{
border-color: #794BA2;
}
.TagClassName
{
border-color: #794BA2;
}
</style>