Shades of Bali Hai #779AA8
Tints of Bali Hai #779AA8
RGB
CMYK
RGB Variations
Color information
#779AA8 (or 0x779AA8) is known color: Bali Hai. HEX triplet: 77, 9A and A8. RGB value is (119,154,168). Sum of RGB (Red+Green+Blue) = 119+154+168=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 168 - color contains mainly: blue. Hex color #779AA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779AA8 is #886557. Grayscale: #919191. Windows color (decimal): -8938840 or 11049591. OLE color: 11049591.
HSL color Cylindrical-coordinate representation of color #779AA8: hue angle of 197.14º 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 #779AA8 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 119 | 154 | 168 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.34 |
| HSL | 197.14º | 0.22% | 0.56% | - |
| HSV(B) | 197.14º | 0.29% | 0.66% | - |
| XYZ | 26.23 | 29.86 | 41.43 | - |
| YUV | 145.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 168 | 0.29 | 0.08 | 0 | 0.34 | 197.14 | 0.22 | 0.56 |
| Hex | 77 | 9A | A8 | 1D | 8 | 0 | 22 | C5 | 16 | 38 |
| Octal | 167 | 232 | 250 | 35 | 10 | 0 | 42 | 305 | 26 | 70 |
| Binary | 1110111 | 10011010 | 10101000 | 11101 | 1000 | 0 | 100010 | 11000101 | 10110 | 111000 |
Color Harmonies of #779AA8
Complementary color
Monochromatic Colors of #779AA8
Black with #779AA8
Text Example
Text Example
White with #779AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AA8; }
p { color: rgb(119,154,168); }
H1.HeaderClassName
{
color: #779AA8;
}
.AnyTagClassName
{
color: #779AA8;
}
</style>
background-color css
<style>
a { background-color: #779AA8; }
a { background-color: rgb(119,154,168); }
div.DivClassName
{
background-color: #779AA8;
}
.BgClassName
{
background-color: #779AA8;
}
</style>
border-color css
<style>
span { border-color: #779AA8; }
span { border-color: rgb(119,154,168); }
td.TdClassName
{
border-color: #779AA8;
}
.TagClassName
{
border-color: #779AA8;
}
</style>