Shades of Studio #794AAF
Tints of Studio #794AAF
RGB
CMYK
RGB Variations
Color information
#794AAF (or 0x794AAF) is known color: Studio. HEX triplet: 79, 4A and AF. RGB value is (121,74,175). Sum of RGB (Red+Green+Blue) = 121+74+175=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #794AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794AAF is #86B550. Grayscale: #636363. Windows color (decimal): -8828241 or 11487865. OLE color: 11487865.
HSL color Cylindrical-coordinate representation of color #794AAF: hue angle of 267.92º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #794AAF is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 74 | 175 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.31 |
| HSL | 267.92º | 0.41% | 0.49% | - |
| HSV(B) | 267.92º | 0.58% | 0.69% | - |
| XYZ | 18.07 | 12.06 | 41.93 | - |
| YUV | 99.57 | 170.57 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 175 | 0.31 | 0.58 | 0 | 0.31 | 267.92 | 0.41 | 0.49 |
| Hex | 79 | 4A | AF | 1F | 3A | 0 | 1F | 10C | 29 | 31 |
| Octal | 171 | 112 | 257 | 37 | 72 | 0 | 37 | 414 | 51 | 61 |
| Binary | 1111001 | 1001010 | 10101111 | 11111 | 111010 | 0 | 11111 | 100001100 | 101001 | 110001 |
Color Harmonies of #794AAF
Complementary color
Monochromatic Colors of #794AAF
Black with #794AAF
Text Example
Text Example
White with #794AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794AAF; }
p { color: rgb(121,74,175); }
H1.HeaderClassName
{
color: #794AAF;
}
.AnyTagClassName
{
color: #794AAF;
}
</style>
background-color css
<style>
a { background-color: #794AAF; }
a { background-color: rgb(121,74,175); }
div.DivClassName
{
background-color: #794AAF;
}
.BgClassName
{
background-color: #794AAF;
}
</style>
border-color css
<style>
span { border-color: #794AAF; }
span { border-color: rgb(121,74,175); }
td.TdClassName
{
border-color: #794AAF;
}
.TagClassName
{
border-color: #794AAF;
}
</style>