Shades of Studio #794CAB
Tints of Studio #794CAB
RGB
CMYK
RGB Variations
Color information
#794CAB (or 0x794CAB) is known color: Studio. HEX triplet: 79, 4C and AB. RGB value is (121,76,171). Sum of RGB (Red+Green+Blue) = 121+76+171=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #794CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794CAB is #86B354. Grayscale: #636363. Windows color (decimal): -8827733 or 11226233. OLE color: 11226233.
HSL color Cylindrical-coordinate representation of color #794CAB: hue angle of 268.42º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #794CAB is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 76 | 171 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.33 |
| HSL | 268.42º | 0.38% | 0.48% | - |
| HSV(B) | 268.42º | 0.56% | 0.67% | - |
| XYZ | 17.82 | 12.17 | 39.94 | - |
| YUV | 100.29 | 167.91 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 171 | 0.29 | 0.56 | 0 | 0.33 | 268.42 | 0.38 | 0.48 |
| Hex | 79 | 4C | AB | 1D | 38 | 0 | 21 | 10C | 26 | 30 |
| Octal | 171 | 114 | 253 | 35 | 70 | 0 | 41 | 414 | 46 | 60 |
| Binary | 1111001 | 1001100 | 10101011 | 11101 | 111000 | 0 | 100001 | 100001100 | 100110 | 110000 |
Color Harmonies of #794CAB
Complementary color
Monochromatic Colors of #794CAB
Black with #794CAB
Text Example
Text Example
White with #794CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794CAB; }
p { color: rgb(121,76,171); }
H1.HeaderClassName
{
color: #794CAB;
}
.AnyTagClassName
{
color: #794CAB;
}
</style>
background-color css
<style>
a { background-color: #794CAB; }
a { background-color: rgb(121,76,171); }
div.DivClassName
{
background-color: #794CAB;
}
.BgClassName
{
background-color: #794CAB;
}
</style>
border-color css
<style>
span { border-color: #794CAB; }
span { border-color: rgb(121,76,171); }
td.TdClassName
{
border-color: #794CAB;
}
.TagClassName
{
border-color: #794CAB;
}
</style>