Shades of Studio #794D9D
Tints of Studio #794D9D
RGB
CMYK
RGB Variations
Color information
#794D9D (or 0x794D9D) is known color: Studio. HEX triplet: 79, 4D and 9D. RGB value is (121,77,157). Sum of RGB (Red+Green+Blue) = 121+77+157=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #794D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794D9D is #86B262. Grayscale: #626262. Windows color (decimal): -8827491 or 10308985. OLE color: 10308985.
HSL color Cylindrical-coordinate representation of color #794D9D: hue angle of 273º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #794D9D is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 77 | 157 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.38 |
| HSL | 273º | 0.34% | 0.46% | - |
| HSV(B) | 273º | 0.51% | 0.62% | - |
| XYZ | 16.62 | 11.81 | 33.3 | - |
| YUV | 99.28 | 160.58 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 157 | 0.23 | 0.51 | 0 | 0.38 | 273 | 0.34 | 0.46 |
| Hex | 79 | 4D | 9D | 17 | 33 | 0 | 26 | 111 | 22 | 2E |
| Octal | 171 | 115 | 235 | 27 | 63 | 0 | 46 | 421 | 42 | 56 |
| Binary | 1111001 | 1001101 | 10011101 | 10111 | 110011 | 0 | 100110 | 100010001 | 100010 | 101110 |
Color Harmonies of #794D9D
Complementary color
Monochromatic Colors of #794D9D
Black with #794D9D
Text Example
Text Example
White with #794D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794D9D; }
p { color: rgb(121,77,157); }
H1.HeaderClassName
{
color: #794D9D;
}
.AnyTagClassName
{
color: #794D9D;
}
</style>
background-color css
<style>
a { background-color: #794D9D; }
a { background-color: rgb(121,77,157); }
div.DivClassName
{
background-color: #794D9D;
}
.BgClassName
{
background-color: #794D9D;
}
</style>
border-color css
<style>
span { border-color: #794D9D; }
span { border-color: rgb(121,77,157); }
td.TdClassName
{
border-color: #794D9D;
}
.TagClassName
{
border-color: #794D9D;
}
</style>