Shades of Bali Hai #779AAF
Tints of Bali Hai #779AAF
RGB
CMYK
RGB Variations
Color information
#779AAF (or 0x779AAF) is known color: Bali Hai. HEX triplet: 77, 9A and AF. RGB value is (119,154,175). Sum of RGB (Red+Green+Blue) = 119+154+175=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #779AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779AAF is #886550. Grayscale: #919191. Windows color (decimal): -8938833 or 11508343. OLE color: 11508343.
HSL color Cylindrical-coordinate representation of color #779AAF: hue angle of 202.5º 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 #779AAF is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 154 | 175 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.31 |
| HSL | 202.5º | 0.26% | 0.58% | - |
| HSV(B) | 202.5º | 0.32% | 0.69% | - |
| XYZ | 26.9 | 30.13 | 44.95 | - |
| YUV | 145.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 175 | 0.32 | 0.12 | 0 | 0.31 | 202.5 | 0.26 | 0.58 |
| Hex | 77 | 9A | AF | 20 | C | 0 | 1F | CA | 1A | 3A |
| Octal | 167 | 232 | 257 | 40 | 14 | 0 | 37 | 312 | 32 | 72 |
| Binary | 1110111 | 10011010 | 10101111 | 100000 | 1100 | 0 | 11111 | 11001010 | 11010 | 111010 |
Color Harmonies of #779AAF
Complementary color
Monochromatic Colors of #779AAF
Black with #779AAF
Text Example
Text Example
White with #779AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AAF; }
p { color: rgb(119,154,175); }
H1.HeaderClassName
{
color: #779AAF;
}
.AnyTagClassName
{
color: #779AAF;
}
</style>
background-color css
<style>
a { background-color: #779AAF; }
a { background-color: rgb(119,154,175); }
div.DivClassName
{
background-color: #779AAF;
}
.BgClassName
{
background-color: #779AAF;
}
</style>
border-color css
<style>
span { border-color: #779AAF; }
span { border-color: rgb(119,154,175); }
td.TdClassName
{
border-color: #779AAF;
}
.TagClassName
{
border-color: #779AAF;
}
</style>