Shades of Bali Hai #779BAF
Tints of Bali Hai #779BAF
RGB
CMYK
RGB Variations
Color information
#779BAF (or 0x779BAF) is known color: Bali Hai. HEX triplet: 77, 9B and AF. RGB value is (119,155,175). Sum of RGB (Red+Green+Blue) = 119+155+175=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #779BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779BAF is #886450. Grayscale: #929292. Windows color (decimal): -8938577 or 11508599. OLE color: 11508599.
HSL color Cylindrical-coordinate representation of color #779BAF: hue angle of 201.43º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #779BAF is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 155 | 175 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.31 |
| HSL | 201.43º | 0.26% | 0.58% | - |
| HSV(B) | 201.43º | 0.32% | 0.69% | - |
| XYZ | 27.07 | 30.46 | 45.01 | - |
| YUV | 146.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 175 | 0.32 | 0.11 | 0 | 0.31 | 201.43 | 0.26 | 0.58 |
| Hex | 77 | 9B | AF | 20 | B | 0 | 1F | C9 | 1A | 3A |
| Octal | 167 | 233 | 257 | 40 | 13 | 0 | 37 | 311 | 32 | 72 |
| Binary | 1110111 | 10011011 | 10101111 | 100000 | 1011 | 0 | 11111 | 11001001 | 11010 | 111010 |
Color Harmonies of #779BAF
Complementary color
Monochromatic Colors of #779BAF
Black with #779BAF
Text Example
Text Example
White with #779BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BAF; }
p { color: rgb(119,155,175); }
H1.HeaderClassName
{
color: #779BAF;
}
.AnyTagClassName
{
color: #779BAF;
}
</style>
background-color css
<style>
a { background-color: #779BAF; }
a { background-color: rgb(119,155,175); }
div.DivClassName
{
background-color: #779BAF;
}
.BgClassName
{
background-color: #779BAF;
}
</style>
border-color css
<style>
span { border-color: #779BAF; }
span { border-color: rgb(119,155,175); }
td.TdClassName
{
border-color: #779BAF;
}
.TagClassName
{
border-color: #779BAF;
}
</style>