Shades of Studio #774E9B
Tints of Studio #774E9B
RGB
CMYK
RGB Variations
Color information
#774E9B (or 0x774E9B) is known color: Studio. HEX triplet: 77, 4E and 9B. RGB value is (119,78,155). Sum of RGB (Red+Green+Blue) = 119+78+155=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #774E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774E9B is #88B164. Grayscale: #626262. Windows color (decimal): -8958309 or 10178167. OLE color: 10178167.
HSL color Cylindrical-coordinate representation of color #774E9B: hue angle of 271.95º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774E9B is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 78 | 155 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.39 |
| HSL | 271.95º | 0.33% | 0.46% | - |
| HSV(B) | 271.95º | 0.5% | 0.61% | - |
| XYZ | 16.25 | 11.74 | 32.42 | - |
| YUV | 99.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 155 | 0.23 | 0.50 | 0 | 0.39 | 271.95 | 0.33 | 0.46 |
| Hex | 77 | 4E | 9B | 17 | 32 | 0 | 27 | 110 | 21 | 2E |
| Octal | 167 | 116 | 233 | 27 | 62 | 0 | 47 | 420 | 41 | 56 |
| Binary | 1110111 | 1001110 | 10011011 | 10111 | 110010 | 0 | 100111 | 100010000 | 100001 | 101110 |
Color Harmonies of #774E9B
Complementary color
Monochromatic Colors of #774E9B
Black with #774E9B
Text Example
Text Example
White with #774E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E9B; }
p { color: rgb(119,78,155); }
H1.HeaderClassName
{
color: #774E9B;
}
.AnyTagClassName
{
color: #774E9B;
}
</style>
background-color css
<style>
a { background-color: #774E9B; }
a { background-color: rgb(119,78,155); }
div.DivClassName
{
background-color: #774E9B;
}
.BgClassName
{
background-color: #774E9B;
}
</style>
border-color css
<style>
span { border-color: #774E9B; }
span { border-color: rgb(119,78,155); }
td.TdClassName
{
border-color: #774E9B;
}
.TagClassName
{
border-color: #774E9B;
}
</style>