Shades of Studio #774BAB
Tints of Studio #774BAB
RGB
CMYK
RGB Variations
Color information
#774BAB (or 0x774BAB) is known color: Studio. HEX triplet: 77, 4B and AB. RGB value is (119,75,171). Sum of RGB (Red+Green+Blue) = 119+75+171=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #774BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774BAB is #88B454. Grayscale: #626262. Windows color (decimal): -8959061 or 11225975. OLE color: 11225975.
HSL color Cylindrical-coordinate representation of color #774BAB: hue angle of 267.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774BAB is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 75 | 171 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.33 |
| HSL | 267.5º | 0.39% | 0.48% | - |
| HSV(B) | 267.5º | 0.56% | 0.67% | - |
| XYZ | 17.47 | 11.89 | 39.9 | - |
| YUV | 99.1 | 168.58 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 171 | 0.30 | 0.56 | 0 | 0.33 | 267.5 | 0.39 | 0.48 |
| Hex | 77 | 4B | AB | 1E | 38 | 0 | 21 | 10C | 27 | 30 |
| Octal | 167 | 113 | 253 | 36 | 70 | 0 | 41 | 414 | 47 | 60 |
| Binary | 1110111 | 1001011 | 10101011 | 11110 | 111000 | 0 | 100001 | 100001100 | 100111 | 110000 |
Color Harmonies of #774BAB
Complementary color
Monochromatic Colors of #774BAB
Black with #774BAB
Text Example
Text Example
White with #774BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774BAB; }
p { color: rgb(119,75,171); }
H1.HeaderClassName
{
color: #774BAB;
}
.AnyTagClassName
{
color: #774BAB;
}
</style>
background-color css
<style>
a { background-color: #774BAB; }
a { background-color: rgb(119,75,171); }
div.DivClassName
{
background-color: #774BAB;
}
.BgClassName
{
background-color: #774BAB;
}
</style>
border-color css
<style>
span { border-color: #774BAB; }
span { border-color: rgb(119,75,171); }
td.TdClassName
{
border-color: #774BAB;
}
.TagClassName
{
border-color: #774BAB;
}
</style>