Shades of Studio #794B9E
Tints of Studio #794B9E
RGB
CMYK
RGB Variations
Color information
#794B9E (or 0x794B9E) is known color: Studio. HEX triplet: 79, 4B and 9E. RGB value is (121,75,158). Sum of RGB (Red+Green+Blue) = 121+75+158=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #794B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794B9E is #86B461. Grayscale: #616161. Windows color (decimal): -8828002 or 10374009. OLE color: 10374009.
HSL color Cylindrical-coordinate representation of color #794B9E: hue angle of 273.25º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #794B9E is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 75 | 158 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.38 |
| HSL | 273.25º | 0.36% | 0.46% | - |
| HSV(B) | 273.25º | 0.53% | 0.62% | - |
| XYZ | 16.57 | 11.57 | 33.71 | - |
| YUV | 98.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 158 | 0.23 | 0.53 | 0 | 0.38 | 273.25 | 0.36 | 0.46 |
| Hex | 79 | 4B | 9E | 17 | 35 | 0 | 26 | 111 | 24 | 2E |
| Octal | 171 | 113 | 236 | 27 | 65 | 0 | 46 | 421 | 44 | 56 |
| Binary | 1111001 | 1001011 | 10011110 | 10111 | 110101 | 0 | 100110 | 100010001 | 100100 | 101110 |
Color Harmonies of #794B9E
Complementary color
Monochromatic Colors of #794B9E
Black with #794B9E
Text Example
Text Example
White with #794B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794B9E; }
p { color: rgb(121,75,158); }
H1.HeaderClassName
{
color: #794B9E;
}
.AnyTagClassName
{
color: #794B9E;
}
</style>
background-color css
<style>
a { background-color: #794B9E; }
a { background-color: rgb(121,75,158); }
div.DivClassName
{
background-color: #794B9E;
}
.BgClassName
{
background-color: #794B9E;
}
</style>
border-color css
<style>
span { border-color: #794B9E; }
span { border-color: rgb(121,75,158); }
td.TdClassName
{
border-color: #794B9E;
}
.TagClassName
{
border-color: #794B9E;
}
</style>