Shades of Bali Hai #779BA9
Tints of Bali Hai #779BA9
RGB
CMYK
RGB Variations
Color information
#779BA9 (or 0x779BA9) is known color: Bali Hai. HEX triplet: 77, 9B and A9. RGB value is (119,155,169). Sum of RGB (Red+Green+Blue) = 119+155+169=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 169 - color contains mainly: blue. Hex color #779BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779BA9 is #886456. Grayscale: #919191. Windows color (decimal): -8938583 or 11115383. OLE color: 11115383.
HSL color Cylindrical-coordinate representation of color #779BA9: hue angle of 196.8º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #779BA9 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 155 | 169 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.34 |
| HSL | 196.8º | 0.23% | 0.56% | - |
| HSV(B) | 196.8º | 0.3% | 0.66% | - |
| XYZ | 26.49 | 30.23 | 41.97 | - |
| YUV | 145.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 169 | 0.30 | 0.08 | 0 | 0.34 | 196.8 | 0.23 | 0.56 |
| Hex | 77 | 9B | A9 | 1E | 8 | 0 | 22 | C5 | 17 | 38 |
| Octal | 167 | 233 | 251 | 36 | 10 | 0 | 42 | 305 | 27 | 70 |
| Binary | 1110111 | 10011011 | 10101001 | 11110 | 1000 | 0 | 100010 | 11000101 | 10111 | 111000 |
Color Harmonies of #779BA9
Complementary color
Monochromatic Colors of #779BA9
Black with #779BA9
Text Example
Text Example
White with #779BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BA9; }
p { color: rgb(119,155,169); }
H1.HeaderClassName
{
color: #779BA9;
}
.AnyTagClassName
{
color: #779BA9;
}
</style>
background-color css
<style>
a { background-color: #779BA9; }
a { background-color: rgb(119,155,169); }
div.DivClassName
{
background-color: #779BA9;
}
.BgClassName
{
background-color: #779BA9;
}
</style>
border-color css
<style>
span { border-color: #779BA9; }
span { border-color: rgb(119,155,169); }
td.TdClassName
{
border-color: #779BA9;
}
.TagClassName
{
border-color: #779BA9;
}
</style>