Shades of Studio #774BA8
Tints of Studio #774BA8
RGB
CMYK
RGB Variations
Color information
#774BA8 (or 0x774BA8) is known color: Studio. HEX triplet: 77, 4B and A8. RGB value is (119,75,168). Sum of RGB (Red+Green+Blue) = 119+75+168=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 168 - color contains mainly: blue. Hex color #774BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774BA8 is #88B457. Grayscale: #626262. Windows color (decimal): -8959064 or 11029367. OLE color: 11029367.
HSL color Cylindrical-coordinate representation of color #774BA8: hue angle of 268.39º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #774BA8 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 75 | 168 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.34 |
| HSL | 268.39º | 0.38% | 0.48% | - |
| HSV(B) | 268.39º | 0.55% | 0.66% | - |
| XYZ | 17.19 | 11.78 | 38.41 | - |
| YUV | 98.76 | 167.08 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 168 | 0.29 | 0.55 | 0 | 0.34 | 268.39 | 0.38 | 0.48 |
| Hex | 77 | 4B | A8 | 1D | 37 | 0 | 22 | 10C | 26 | 30 |
| Octal | 167 | 113 | 250 | 35 | 67 | 0 | 42 | 414 | 46 | 60 |
| Binary | 1110111 | 1001011 | 10101000 | 11101 | 110111 | 0 | 100010 | 100001100 | 100110 | 110000 |
Color Harmonies of #774BA8
Complementary color
Monochromatic Colors of #774BA8
Black with #774BA8
Text Example
Text Example
White with #774BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774BA8; }
p { color: rgb(119,75,168); }
H1.HeaderClassName
{
color: #774BA8;
}
.AnyTagClassName
{
color: #774BA8;
}
</style>
background-color css
<style>
a { background-color: #774BA8; }
a { background-color: rgb(119,75,168); }
div.DivClassName
{
background-color: #774BA8;
}
.BgClassName
{
background-color: #774BA8;
}
</style>
border-color css
<style>
span { border-color: #774BA8; }
span { border-color: rgb(119,75,168); }
td.TdClassName
{
border-color: #774BA8;
}
.TagClassName
{
border-color: #774BA8;
}
</style>