Shades of Studio #794896
Tints of Studio #794896
RGB
CMYK
RGB Variations
Color information
#794896 (or 0x794896) is known color: Studio. HEX triplet: 79, 48 and 96. RGB value is (121,72,150). Sum of RGB (Red+Green+Blue) = 121+72+150=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #794896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794896 is #86B769. Grayscale: #5F5F5F. Windows color (decimal): -8828778 or 9848953. OLE color: 9848953.
HSL color Cylindrical-coordinate representation of color #794896: hue angle of 277.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #794896 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 72 | 150 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.41 |
| HSL | 277.69º | 0.35% | 0.44% | - |
| HSV(B) | 277.69º | 0.52% | 0.59% | - |
| XYZ | 15.71 | 10.9 | 30.13 | - |
| YUV | 95.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 72 | 150 | 0.19 | 0.52 | 0 | 0.41 | 277.69 | 0.35 | 0.44 |
| Hex | 79 | 48 | 96 | 13 | 34 | 0 | 29 | 116 | 23 | 2C |
| Octal | 171 | 110 | 226 | 23 | 64 | 0 | 51 | 426 | 43 | 54 |
| Binary | 1111001 | 1001000 | 10010110 | 10011 | 110100 | 0 | 101001 | 100010110 | 100011 | 101100 |
Color Harmonies of #794896
Complementary color
Monochromatic Colors of #794896
Black with #794896
Text Example
Text Example
White with #794896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794896; }
p { color: rgb(121,72,150); }
H1.HeaderClassName
{
color: #794896;
}
.AnyTagClassName
{
color: #794896;
}
</style>
background-color css
<style>
a { background-color: #794896; }
a { background-color: rgb(121,72,150); }
div.DivClassName
{
background-color: #794896;
}
.BgClassName
{
background-color: #794896;
}
</style>
border-color css
<style>
span { border-color: #794896; }
span { border-color: rgb(121,72,150); }
td.TdClassName
{
border-color: #794896;
}
.TagClassName
{
border-color: #794896;
}
</style>