Shades of Studio #794BAE
Tints of Studio #794BAE
RGB
CMYK
RGB Variations
Color information
#794BAE (or 0x794BAE) is known color: Studio. HEX triplet: 79, 4B and AE. RGB value is (121,75,174). Sum of RGB (Red+Green+Blue) = 121+75+174=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #794BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794BAE is #86B451. Grayscale: #636363. Windows color (decimal): -8827986 or 11422585. OLE color: 11422585.
HSL color Cylindrical-coordinate representation of color #794BAE: hue angle of 267.88º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #794BAE is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 75 | 174 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.32 |
| HSL | 267.88º | 0.4% | 0.49% | - |
| HSV(B) | 267.88º | 0.57% | 0.68% | - |
| XYZ | 18.04 | 12.15 | 41.44 | - |
| YUV | 100.04 | 169.74 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 174 | 0.30 | 0.57 | 0 | 0.32 | 267.88 | 0.4 | 0.49 |
| Hex | 79 | 4B | AE | 1E | 39 | 0 | 20 | 10C | 28 | 31 |
| Octal | 171 | 113 | 256 | 36 | 71 | 0 | 40 | 414 | 50 | 61 |
| Binary | 1111001 | 1001011 | 10101110 | 11110 | 111001 | 0 | 100000 | 100001100 | 101000 | 110001 |
Color Harmonies of #794BAE
Complementary color
Monochromatic Colors of #794BAE
Black with #794BAE
Text Example
Text Example
White with #794BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794BAE; }
p { color: rgb(121,75,174); }
H1.HeaderClassName
{
color: #794BAE;
}
.AnyTagClassName
{
color: #794BAE;
}
</style>
background-color css
<style>
a { background-color: #794BAE; }
a { background-color: rgb(121,75,174); }
div.DivClassName
{
background-color: #794BAE;
}
.BgClassName
{
background-color: #794BAE;
}
</style>
border-color css
<style>
span { border-color: #794BAE; }
span { border-color: rgb(121,75,174); }
td.TdClassName
{
border-color: #794BAE;
}
.TagClassName
{
border-color: #794BAE;
}
</style>