Shades of Studio #774BB4
Tints of Studio #774BB4
RGB
CMYK
RGB Variations
Color information
#774BB4 (or 0x774BB4) is known color: Studio. HEX triplet: 77, 4B and B4. RGB value is (119,75,180). Sum of RGB (Red+Green+Blue) = 119+75+180=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #774BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BB4 is #88B44B. Grayscale: #636363. Windows color (decimal): -8959052 or 11815799. OLE color: 11815799.
HSL color Cylindrical-coordinate representation of color #774BB4: hue angle of 265.14º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774BB4 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 75 | 180 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.29 |
| HSL | 265.14º | 0.41% | 0.5% | - |
| HSV(B) | 265.14º | 0.58% | 0.71% | - |
| XYZ | 18.36 | 12.25 | 44.58 | - |
| YUV | 100.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 180 | 0.34 | 0.58 | 0 | 0.29 | 265.14 | 0.41 | 0.5 |
| Hex | 77 | 4B | B4 | 22 | 3A | 0 | 1D | 109 | 29 | 32 |
| Octal | 167 | 113 | 264 | 42 | 72 | 0 | 35 | 411 | 51 | 62 |
| Binary | 1110111 | 1001011 | 10110100 | 100010 | 111010 | 0 | 11101 | 100001001 | 101001 | 110010 |
Color Harmonies of #774BB4
Complementary color
Monochromatic Colors of #774BB4
Black with #774BB4
Text Example
Text Example
White with #774BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774BB4; }
p { color: rgb(119,75,180); }
H1.HeaderClassName
{
color: #774BB4;
}
.AnyTagClassName
{
color: #774BB4;
}
</style>
background-color css
<style>
a { background-color: #774BB4; }
a { background-color: rgb(119,75,180); }
div.DivClassName
{
background-color: #774BB4;
}
.BgClassName
{
background-color: #774BB4;
}
</style>
border-color css
<style>
span { border-color: #774BB4; }
span { border-color: rgb(119,75,180); }
td.TdClassName
{
border-color: #774BB4;
}
.TagClassName
{
border-color: #774BB4;
}
</style>