Shades of Studio #774FB4
Tints of Studio #774FB4
RGB
CMYK
RGB Variations
Color information
#774FB4 (or 0x774FB4) is known color: Studio. HEX triplet: 77, 4F and B4. RGB value is (119,79,180). Sum of RGB (Red+Green+Blue) = 119+79+180=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 180 (70.70% from 255 or 47.62% from 378); Max value from RGB is 180 - color contains mainly: blue. Hex color #774FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774FB4 is #88B04B. Grayscale: #666666. Windows color (decimal): -8958028 or 11816823. OLE color: 11816823.
HSL color Cylindrical-coordinate representation of color #774FB4: hue angle of 263.76º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774FB4 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 79 | 180 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.29 |
| HSL | 263.76º | 0.4% | 0.51% | - |
| HSV(B) | 263.76º | 0.56% | 0.71% | - |
| XYZ | 18.64 | 12.81 | 44.67 | - |
| YUV | 102.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 180 | 0.34 | 0.56 | 0 | 0.29 | 263.76 | 0.4 | 0.51 |
| Hex | 77 | 4F | B4 | 22 | 38 | 0 | 1D | 108 | 28 | 33 |
| Octal | 167 | 117 | 264 | 42 | 70 | 0 | 35 | 410 | 50 | 63 |
| Binary | 1110111 | 1001111 | 10110100 | 100010 | 111000 | 0 | 11101 | 100001000 | 101000 | 110011 |
Color Harmonies of #774FB4
Complementary color
Monochromatic Colors of #774FB4
Black with #774FB4
Text Example
Text Example
White with #774FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774FB4; }
p { color: rgb(119,79,180); }
H1.HeaderClassName
{
color: #774FB4;
}
.AnyTagClassName
{
color: #774FB4;
}
</style>
background-color css
<style>
a { background-color: #774FB4; }
a { background-color: rgb(119,79,180); }
div.DivClassName
{
background-color: #774FB4;
}
.BgClassName
{
background-color: #774FB4;
}
</style>
border-color css
<style>
span { border-color: #774FB4; }
span { border-color: rgb(119,79,180); }
td.TdClassName
{
border-color: #774FB4;
}
.TagClassName
{
border-color: #774FB4;
}
</style>