Shades of Studio #794EAB
Tints of Studio #794EAB
RGB
CMYK
RGB Variations
Color information
#794EAB (or 0x794EAB) is known color: Studio. HEX triplet: 79, 4E and AB. RGB value is (121,78,171). Sum of RGB (Red+Green+Blue) = 121+78+171=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #794EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #794EAB is #86B154. Grayscale: #656565. Windows color (decimal): -8827221 or 11226745. OLE color: 11226745.
HSL color Cylindrical-coordinate representation of color #794EAB: hue angle of 267.74º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #794EAB is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 78 | 171 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.33 |
| HSL | 267.74º | 0.37% | 0.49% | - |
| HSV(B) | 267.74º | 0.54% | 0.67% | - |
| XYZ | 17.96 | 12.45 | 39.99 | - |
| YUV | 101.46 | 167.25 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 171 | 0.29 | 0.54 | 0 | 0.33 | 267.74 | 0.37 | 0.49 |
| Hex | 79 | 4E | AB | 1D | 36 | 0 | 21 | 10C | 25 | 31 |
| Octal | 171 | 116 | 253 | 35 | 66 | 0 | 41 | 414 | 45 | 61 |
| Binary | 1111001 | 1001110 | 10101011 | 11101 | 110110 | 0 | 100001 | 100001100 | 100101 | 110001 |
Color Harmonies of #794EAB
Complementary color
Monochromatic Colors of #794EAB
Black with #794EAB
Text Example
Text Example
White with #794EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794EAB; }
p { color: rgb(121,78,171); }
H1.HeaderClassName
{
color: #794EAB;
}
.AnyTagClassName
{
color: #794EAB;
}
</style>
background-color css
<style>
a { background-color: #794EAB; }
a { background-color: rgb(121,78,171); }
div.DivClassName
{
background-color: #794EAB;
}
.BgClassName
{
background-color: #794EAB;
}
</style>
border-color css
<style>
span { border-color: #794EAB; }
span { border-color: rgb(121,78,171); }
td.TdClassName
{
border-color: #794EAB;
}
.TagClassName
{
border-color: #794EAB;
}
</style>