Shades of Studio #774AAE
Tints of Studio #774AAE
RGB
CMYK
RGB Variations
Color information
#774AAE (or 0x774AAE) is known color: Studio. HEX triplet: 77, 4A and AE. RGB value is (119,74,174). Sum of RGB (Red+Green+Blue) = 119+74+174=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #774AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774AAE is #88B551. Grayscale: #626262. Windows color (decimal): -8959314 or 11422327. OLE color: 11422327.
HSL color Cylindrical-coordinate representation of color #774AAE: hue angle of 267º 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 #774AAE is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 74 | 174 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.32 |
| HSL | 267º | 0.4% | 0.49% | - |
| HSV(B) | 267º | 0.57% | 0.68% | - |
| XYZ | 17.7 | 11.88 | 41.4 | - |
| YUV | 98.86 | 170.41 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 174 | 0.32 | 0.57 | 0 | 0.32 | 267 | 0.4 | 0.49 |
| Hex | 77 | 4A | AE | 20 | 39 | 0 | 20 | 10B | 28 | 31 |
| Octal | 167 | 112 | 256 | 40 | 71 | 0 | 40 | 413 | 50 | 61 |
| Binary | 1110111 | 1001010 | 10101110 | 100000 | 111001 | 0 | 100000 | 100001011 | 101000 | 110001 |
Color Harmonies of #774AAE
Complementary color
Monochromatic Colors of #774AAE
Black with #774AAE
Text Example
Text Example
White with #774AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774AAE; }
p { color: rgb(119,74,174); }
H1.HeaderClassName
{
color: #774AAE;
}
.AnyTagClassName
{
color: #774AAE;
}
</style>
background-color css
<style>
a { background-color: #774AAE; }
a { background-color: rgb(119,74,174); }
div.DivClassName
{
background-color: #774AAE;
}
.BgClassName
{
background-color: #774AAE;
}
</style>
border-color css
<style>
span { border-color: #774AAE; }
span { border-color: rgb(119,74,174); }
td.TdClassName
{
border-color: #774AAE;
}
.TagClassName
{
border-color: #774AAE;
}
</style>