Shades of Studio #794D9B
Tints of Studio #794D9B
RGB
CMYK
RGB Variations
Color information
#794D9B (or 0x794D9B) is known color: Studio. HEX triplet: 79, 4D and 9B. RGB value is (121,77,155). Sum of RGB (Red+Green+Blue) = 121+77+155=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #794D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794D9B is #86B264. Grayscale: #626262. Windows color (decimal): -8827493 or 10177913. OLE color: 10177913.
HSL color Cylindrical-coordinate representation of color #794D9B: hue angle of 273.85º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794D9B is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 77 | 155 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.39 |
| HSL | 273.85º | 0.34% | 0.45% | - |
| HSV(B) | 273.85º | 0.5% | 0.61% | - |
| XYZ | 16.46 | 11.74 | 32.41 | - |
| YUV | 99.05 | 159.58 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 155 | 0.22 | 0.50 | 0 | 0.39 | 273.85 | 0.34 | 0.45 |
| Hex | 79 | 4D | 9B | 16 | 32 | 0 | 27 | 112 | 22 | 2D |
| Octal | 171 | 115 | 233 | 26 | 62 | 0 | 47 | 422 | 42 | 55 |
| Binary | 1111001 | 1001101 | 10011011 | 10110 | 110010 | 0 | 100111 | 100010010 | 100010 | 101101 |
Color Harmonies of #794D9B
Complementary color
Monochromatic Colors of #794D9B
Black with #794D9B
Text Example
Text Example
White with #794D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794D9B; }
p { color: rgb(121,77,155); }
H1.HeaderClassName
{
color: #794D9B;
}
.AnyTagClassName
{
color: #794D9B;
}
</style>
background-color css
<style>
a { background-color: #794D9B; }
a { background-color: rgb(121,77,155); }
div.DivClassName
{
background-color: #794D9B;
}
.BgClassName
{
background-color: #794D9B;
}
</style>
border-color css
<style>
span { border-color: #794D9B; }
span { border-color: rgb(121,77,155); }
td.TdClassName
{
border-color: #794D9B;
}
.TagClassName
{
border-color: #794D9B;
}
</style>