Shades of Studio #774BBC
Tints of Studio #774BBC
RGB
CMYK
RGB Variations
Color information
#774BBC (or 0x774BBC) is known color: Studio. HEX triplet: 77, 4B and BC. RGB value is (119,75,188). Sum of RGB (Red+Green+Blue) = 119+75+188=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #774BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #774BBC is #88B443. Grayscale: #646464. Windows color (decimal): -8959044 or 12340087. OLE color: 12340087.
HSL color Cylindrical-coordinate representation of color #774BBC: hue angle of 263.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #774BBC is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 75 | 188 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.26 |
| HSL | 263.36º | 0.46% | 0.52% | - |
| HSV(B) | 263.36º | 0.6% | 0.74% | - |
| XYZ | 19.2 | 12.58 | 48.99 | - |
| YUV | 101.04 | 177.08 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 188 | 0.37 | 0.60 | 0 | 0.26 | 263.36 | 0.46 | 0.52 |
| Hex | 77 | 4B | BC | 25 | 3C | 0 | 1A | 107 | 2E | 34 |
| Octal | 167 | 113 | 274 | 45 | 74 | 0 | 32 | 407 | 56 | 64 |
| Binary | 1110111 | 1001011 | 10111100 | 100101 | 111100 | 0 | 11010 | 100000111 | 101110 | 110100 |
Color Harmonies of #774BBC
Complementary color
Monochromatic Colors of #774BBC
Black with #774BBC
Text Example
Text Example
White with #774BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774BBC; }
p { color: rgb(119,75,188); }
H1.HeaderClassName
{
color: #774BBC;
}
.AnyTagClassName
{
color: #774BBC;
}
</style>
background-color css
<style>
a { background-color: #774BBC; }
a { background-color: rgb(119,75,188); }
div.DivClassName
{
background-color: #774BBC;
}
.BgClassName
{
background-color: #774BBC;
}
</style>
border-color css
<style>
span { border-color: #774BBC; }
span { border-color: rgb(119,75,188); }
td.TdClassName
{
border-color: #774BBC;
}
.TagClassName
{
border-color: #774BBC;
}
</style>