Shades of Bali Hai #779CBA
Tints of Bali Hai #779CBA
RGB
CMYK
RGB Variations
Color information
#779CBA (or 0x779CBA) is known color: Bali Hai. HEX triplet: 77, 9C and BA. RGB value is (119,156,186). Sum of RGB (Red+Green+Blue) = 119+156+186=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #779CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CBA is #886345. Grayscale: #949494. Windows color (decimal): -8938310 or 12229751. OLE color: 12229751.
HSL color Cylindrical-coordinate representation of color #779CBA: hue angle of 206.87º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #779CBA is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 156 | 186 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.27 |
| HSL | 206.87º | 0.33% | 0.6% | - |
| HSV(B) | 206.87º | 0.36% | 0.73% | - |
| XYZ | 28.36 | 31.24 | 50.99 | - |
| YUV | 148.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 186 | 0.36 | 0.16 | 0 | 0.27 | 206.87 | 0.33 | 0.6 |
| Hex | 77 | 9C | BA | 24 | 10 | 0 | 1B | CF | 21 | 3C |
| Octal | 167 | 234 | 272 | 44 | 20 | 0 | 33 | 317 | 41 | 74 |
| Binary | 1110111 | 10011100 | 10111010 | 100100 | 10000 | 0 | 11011 | 11001111 | 100001 | 111100 |
Color Harmonies of #779CBA
Complementary color
Monochromatic Colors of #779CBA
Black with #779CBA
Text Example
Text Example
White with #779CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779CBA; }
p { color: rgb(119,156,186); }
H1.HeaderClassName
{
color: #779CBA;
}
.AnyTagClassName
{
color: #779CBA;
}
</style>
background-color css
<style>
a { background-color: #779CBA; }
a { background-color: rgb(119,156,186); }
div.DivClassName
{
background-color: #779CBA;
}
.BgClassName
{
background-color: #779CBA;
}
</style>
border-color css
<style>
span { border-color: #779CBA; }
span { border-color: rgb(119,156,186); }
td.TdClassName
{
border-color: #779CBA;
}
.TagClassName
{
border-color: #779CBA;
}
</style>