Shades of Studio #794E9B
Tints of Studio #794E9B
RGB
CMYK
RGB Variations
Color information
#794E9B (or 0x794E9B) is known color: Studio. HEX triplet: 79, 4E and 9B. RGB value is (121,78,155). Sum of RGB (Red+Green+Blue) = 121+78+155=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #794E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794E9B is #86B164. Grayscale: #636363. Windows color (decimal): -8827237 or 10178169. OLE color: 10178169.
HSL color Cylindrical-coordinate representation of color #794E9B: hue angle of 273.51º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794E9B is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 78 | 155 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.39 |
| HSL | 273.51º | 0.33% | 0.46% | - |
| HSV(B) | 273.51º | 0.5% | 0.61% | - |
| XYZ | 16.53 | 11.88 | 32.43 | - |
| YUV | 99.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 155 | 0.22 | 0.50 | 0 | 0.39 | 273.51 | 0.33 | 0.46 |
| Hex | 79 | 4E | 9B | 16 | 32 | 0 | 27 | 112 | 21 | 2E |
| Octal | 171 | 116 | 233 | 26 | 62 | 0 | 47 | 422 | 41 | 56 |
| Binary | 1111001 | 1001110 | 10011011 | 10110 | 110010 | 0 | 100111 | 100010010 | 100001 | 101110 |
Color Harmonies of #794E9B
Complementary color
Monochromatic Colors of #794E9B
Black with #794E9B
Text Example
Text Example
White with #794E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794E9B; }
p { color: rgb(121,78,155); }
H1.HeaderClassName
{
color: #794E9B;
}
.AnyTagClassName
{
color: #794E9B;
}
</style>
background-color css
<style>
a { background-color: #794E9B; }
a { background-color: rgb(121,78,155); }
div.DivClassName
{
background-color: #794E9B;
}
.BgClassName
{
background-color: #794E9B;
}
</style>
border-color css
<style>
span { border-color: #794E9B; }
span { border-color: rgb(121,78,155); }
td.TdClassName
{
border-color: #794E9B;
}
.TagClassName
{
border-color: #794E9B;
}
</style>