Shades of Bali Hai #779BAE
Tints of Bali Hai #779BAE
RGB
CMYK
RGB Variations
Color information
#779BAE (or 0x779BAE) is known color: Bali Hai. HEX triplet: 77, 9B and AE. RGB value is (119,155,174). Sum of RGB (Red+Green+Blue) = 119+155+174=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #779BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779BAE is #886451. Grayscale: #929292. Windows color (decimal): -8938578 or 11443063. OLE color: 11443063.
HSL color Cylindrical-coordinate representation of color #779BAE: hue angle of 200.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #779BAE is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 155 | 174 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.32 |
| HSL | 200.73º | 0.25% | 0.57% | - |
| HSV(B) | 200.73º | 0.32% | 0.68% | - |
| XYZ | 26.97 | 30.42 | 44.49 | - |
| YUV | 146.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 174 | 0.32 | 0.11 | 0 | 0.32 | 200.73 | 0.25 | 0.57 |
| Hex | 77 | 9B | AE | 20 | B | 0 | 20 | C9 | 19 | 39 |
| Octal | 167 | 233 | 256 | 40 | 13 | 0 | 40 | 311 | 31 | 71 |
| Binary | 1110111 | 10011011 | 10101110 | 100000 | 1011 | 0 | 100000 | 11001001 | 11001 | 111001 |
Color Harmonies of #779BAE
Complementary color
Monochromatic Colors of #779BAE
Black with #779BAE
Text Example
Text Example
White with #779BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BAE; }
p { color: rgb(119,155,174); }
H1.HeaderClassName
{
color: #779BAE;
}
.AnyTagClassName
{
color: #779BAE;
}
</style>
background-color css
<style>
a { background-color: #779BAE; }
a { background-color: rgb(119,155,174); }
div.DivClassName
{
background-color: #779BAE;
}
.BgClassName
{
background-color: #779BAE;
}
</style>
border-color css
<style>
span { border-color: #779BAE; }
span { border-color: rgb(119,155,174); }
td.TdClassName
{
border-color: #779BAE;
}
.TagClassName
{
border-color: #779BAE;
}
</style>