Shades of Bali Hai #779BA8
Tints of Bali Hai #779BA8
RGB
CMYK
RGB Variations
Color information
#779BA8 (or 0x779BA8) is known color: Bali Hai. HEX triplet: 77, 9B and A8. RGB value is (119,155,168). Sum of RGB (Red+Green+Blue) = 119+155+168=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 168 - color contains mainly: blue. Hex color #779BA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779BA8 is #886457. Grayscale: #919191. Windows color (decimal): -8938584 or 11049847. OLE color: 11049847.
HSL color Cylindrical-coordinate representation of color #779BA8: hue angle of 195.92º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #779BA8 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 155 | 168 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.34 |
| HSL | 195.92º | 0.22% | 0.56% | - |
| HSV(B) | 195.92º | 0.29% | 0.66% | - |
| XYZ | 26.4 | 30.19 | 41.48 | - |
| YUV | 145.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 168 | 0.29 | 0.08 | 0 | 0.34 | 195.92 | 0.22 | 0.56 |
| Hex | 77 | 9B | A8 | 1D | 8 | 0 | 22 | C4 | 16 | 38 |
| Octal | 167 | 233 | 250 | 35 | 10 | 0 | 42 | 304 | 26 | 70 |
| Binary | 1110111 | 10011011 | 10101000 | 11101 | 1000 | 0 | 100010 | 11000100 | 10110 | 111000 |
Color Harmonies of #779BA8
Complementary color
Monochromatic Colors of #779BA8
Black with #779BA8
Text Example
Text Example
White with #779BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BA8; }
p { color: rgb(119,155,168); }
H1.HeaderClassName
{
color: #779BA8;
}
.AnyTagClassName
{
color: #779BA8;
}
</style>
background-color css
<style>
a { background-color: #779BA8; }
a { background-color: rgb(119,155,168); }
div.DivClassName
{
background-color: #779BA8;
}
.BgClassName
{
background-color: #779BA8;
}
</style>
border-color css
<style>
span { border-color: #779BA8; }
span { border-color: rgb(119,155,168); }
td.TdClassName
{
border-color: #779BA8;
}
.TagClassName
{
border-color: #779BA8;
}
</style>