Shades of Bali Hai #779FAE
Tints of Bali Hai #779FAE
RGB
CMYK
RGB Variations
Color information
#779FAE (or 0x779FAE) is known color: Bali Hai. HEX triplet: 77, 9F and AE. RGB value is (119,159,174). Sum of RGB (Red+Green+Blue) = 119+159+174=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #779FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779FAE is #886051. Grayscale: #949494. Windows color (decimal): -8937554 or 11444087. OLE color: 11444087.
HSL color Cylindrical-coordinate representation of color #779FAE: hue angle of 196.36º 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 #779FAE is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 159 | 174 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.32 |
| HSL | 196.36º | 0.25% | 0.57% | - |
| HSV(B) | 196.36º | 0.32% | 0.68% | - |
| XYZ | 27.65 | 31.77 | 44.72 | - |
| YUV | 148.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 174 | 0.32 | 0.09 | 0 | 0.32 | 196.36 | 0.25 | 0.57 |
| Hex | 77 | 9F | AE | 20 | 9 | 0 | 20 | C4 | 19 | 39 |
| Octal | 167 | 237 | 256 | 40 | 11 | 0 | 40 | 304 | 31 | 71 |
| Binary | 1110111 | 10011111 | 10101110 | 100000 | 1001 | 0 | 100000 | 11000100 | 11001 | 111001 |
Color Harmonies of #779FAE
Complementary color
Monochromatic Colors of #779FAE
Black with #779FAE
Text Example
Text Example
White with #779FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779FAE; }
p { color: rgb(119,159,174); }
H1.HeaderClassName
{
color: #779FAE;
}
.AnyTagClassName
{
color: #779FAE;
}
</style>
background-color css
<style>
a { background-color: #779FAE; }
a { background-color: rgb(119,159,174); }
div.DivClassName
{
background-color: #779FAE;
}
.BgClassName
{
background-color: #779FAE;
}
</style>
border-color css
<style>
span { border-color: #779FAE; }
span { border-color: rgb(119,159,174); }
td.TdClassName
{
border-color: #779FAE;
}
.TagClassName
{
border-color: #779FAE;
}
</style>