Shades of Studio #774DB6
Tints of Studio #774DB6
RGB
CMYK
RGB Variations
Color information
#774DB6 (or 0x774DB6) is known color: Studio. HEX triplet: 77, 4D and B6. RGB value is (119,77,182). Sum of RGB (Red+Green+Blue) = 119+77+182=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #774DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #774DB6 is #88B249. Grayscale: #656565. Windows color (decimal): -8958538 or 11947383. OLE color: 11947383.
HSL color Cylindrical-coordinate representation of color #774DB6: hue angle of 264º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774DB6 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 77 | 182 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.29 |
| HSL | 264º | 0.42% | 0.51% | - |
| HSV(B) | 264º | 0.58% | 0.71% | - |
| XYZ | 18.71 | 12.61 | 45.7 | - |
| YUV | 101.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 77 | 182 | 0.35 | 0.58 | 0 | 0.29 | 264 | 0.42 | 0.51 |
| Hex | 77 | 4D | B6 | 23 | 3A | 0 | 1D | 108 | 2A | 33 |
| Octal | 167 | 115 | 266 | 43 | 72 | 0 | 35 | 410 | 52 | 63 |
| Binary | 1110111 | 1001101 | 10110110 | 100011 | 111010 | 0 | 11101 | 100001000 | 101010 | 110011 |
Color Harmonies of #774DB6
Complementary color
Monochromatic Colors of #774DB6
Black with #774DB6
Text Example
Text Example
White with #774DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774DB6; }
p { color: rgb(119,77,182); }
H1.HeaderClassName
{
color: #774DB6;
}
.AnyTagClassName
{
color: #774DB6;
}
</style>
background-color css
<style>
a { background-color: #774DB6; }
a { background-color: rgb(119,77,182); }
div.DivClassName
{
background-color: #774DB6;
}
.BgClassName
{
background-color: #774DB6;
}
</style>
border-color css
<style>
span { border-color: #774DB6; }
span { border-color: rgb(119,77,182); }
td.TdClassName
{
border-color: #774DB6;
}
.TagClassName
{
border-color: #774DB6;
}
</style>