Shades of Studio #774DB8
Tints of Studio #774DB8
RGB
CMYK
RGB Variations
Color information
#774DB8 (or 0x774DB8) is known color: Studio. HEX triplet: 77, 4D and B8. RGB value is (119,77,184). Sum of RGB (Red+Green+Blue) = 119+77+184=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 184 - color contains mainly: blue. Hex color #774DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DB8 is #88B247. Grayscale: #656565. Windows color (decimal): -8958536 or 12078455. OLE color: 12078455.
HSL color Cylindrical-coordinate representation of color #774DB8: hue angle of 263.55º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774DB8 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 77 | 184 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.28 |
| HSL | 263.55º | 0.43% | 0.51% | - |
| HSV(B) | 263.55º | 0.58% | 0.72% | - |
| XYZ | 18.91 | 12.69 | 46.8 | - |
| YUV | 101.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 184 | 0.35 | 0.58 | 0 | 0.28 | 263.55 | 0.43 | 0.51 |
| Hex | 77 | 4D | B8 | 23 | 3A | 0 | 1C | 108 | 2B | 33 |
| Octal | 167 | 115 | 270 | 43 | 72 | 0 | 34 | 410 | 53 | 63 |
| Binary | 1110111 | 1001101 | 10111000 | 100011 | 111010 | 0 | 11100 | 100001000 | 101011 | 110011 |
Color Harmonies of #774DB8
Complementary color
Monochromatic Colors of #774DB8
Black with #774DB8
Text Example
Text Example
White with #774DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DB8; }
p { color: rgb(119,77,184); }
H1.HeaderClassName
{
color: #774DB8;
}
.AnyTagClassName
{
color: #774DB8;
}
</style>
background-color css
<style>
a { background-color: #774DB8; }
a { background-color: rgb(119,77,184); }
div.DivClassName
{
background-color: #774DB8;
}
.BgClassName
{
background-color: #774DB8;
}
</style>
border-color css
<style>
span { border-color: #774DB8; }
span { border-color: rgb(119,77,184); }
td.TdClassName
{
border-color: #774DB8;
}
.TagClassName
{
border-color: #774DB8;
}
</style>