Shades of Studio #774BAE
Tints of Studio #774BAE
RGB
CMYK
RGB Variations
Color information
#774BAE (or 0x774BAE) is known color: Studio. HEX triplet: 77, 4B and AE. RGB value is (119,75,174). Sum of RGB (Red+Green+Blue) = 119+75+174=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #774BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774BAE is #88B451. Grayscale: #636363. Windows color (decimal): -8959058 or 11422583. OLE color: 11422583.
HSL color Cylindrical-coordinate representation of color #774BAE: hue angle of 266.67º 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 #774BAE is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 75 | 174 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.32 |
| HSL | 266.67º | 0.4% | 0.49% | - |
| HSV(B) | 266.67º | 0.57% | 0.68% | - |
| XYZ | 17.76 | 12.01 | 41.43 | - |
| YUV | 99.44 | 170.08 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 174 | 0.32 | 0.57 | 0 | 0.32 | 266.67 | 0.4 | 0.49 |
| Hex | 77 | 4B | AE | 20 | 39 | 0 | 20 | 10B | 28 | 31 |
| Octal | 167 | 113 | 256 | 40 | 71 | 0 | 40 | 413 | 50 | 61 |
| Binary | 1110111 | 1001011 | 10101110 | 100000 | 111001 | 0 | 100000 | 100001011 | 101000 | 110001 |
Color Harmonies of #774BAE
Complementary color
Monochromatic Colors of #774BAE
Black with #774BAE
Text Example
Text Example
White with #774BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774BAE; }
p { color: rgb(119,75,174); }
H1.HeaderClassName
{
color: #774BAE;
}
.AnyTagClassName
{
color: #774BAE;
}
</style>
background-color css
<style>
a { background-color: #774BAE; }
a { background-color: rgb(119,75,174); }
div.DivClassName
{
background-color: #774BAE;
}
.BgClassName
{
background-color: #774BAE;
}
</style>
border-color css
<style>
span { border-color: #774BAE; }
span { border-color: rgb(119,75,174); }
td.TdClassName
{
border-color: #774BAE;
}
.TagClassName
{
border-color: #774BAE;
}
</style>