Shades of Studio #774FB8
Tints of Studio #774FB8
RGB
CMYK
RGB Variations
Color information
#774FB8 (or 0x774FB8) is known color: Studio. HEX triplet: 77, 4F and B8. RGB value is (119,79,184). Sum of RGB (Red+Green+Blue) = 119+79+184=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 184 - color contains mainly: blue. Hex color #774FB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FB8 is #88B047. Grayscale: #666666. Windows color (decimal): -8958024 or 12078967. OLE color: 12078967.
HSL color Cylindrical-coordinate representation of color #774FB8: hue angle of 262.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #774FB8 is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 79 | 184 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.28 |
| HSL | 262.86º | 0.43% | 0.52% | - |
| HSV(B) | 262.86º | 0.57% | 0.72% | - |
| XYZ | 19.06 | 12.97 | 46.85 | - |
| YUV | 102.93 | 173.75 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 184 | 0.35 | 0.57 | 0 | 0.28 | 262.86 | 0.43 | 0.52 |
| Hex | 77 | 4F | B8 | 23 | 39 | 0 | 1C | 107 | 2B | 34 |
| Octal | 167 | 117 | 270 | 43 | 71 | 0 | 34 | 407 | 53 | 64 |
| Binary | 1110111 | 1001111 | 10111000 | 100011 | 111001 | 0 | 11100 | 100000111 | 101011 | 110100 |
Color Harmonies of #774FB8
Complementary color
Monochromatic Colors of #774FB8
Black with #774FB8
Text Example
Text Example
White with #774FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774FB8; }
p { color: rgb(119,79,184); }
H1.HeaderClassName
{
color: #774FB8;
}
.AnyTagClassName
{
color: #774FB8;
}
</style>
background-color css
<style>
a { background-color: #774FB8; }
a { background-color: rgb(119,79,184); }
div.DivClassName
{
background-color: #774FB8;
}
.BgClassName
{
background-color: #774FB8;
}
</style>
border-color css
<style>
span { border-color: #774FB8; }
span { border-color: rgb(119,79,184); }
td.TdClassName
{
border-color: #774FB8;
}
.TagClassName
{
border-color: #774FB8;
}
</style>