Shades of Bali Hai #779ABC
Tints of Bali Hai #779ABC
RGB
CMYK
RGB Variations
Color information
#779ABC (or 0x779ABC) is known color: Bali Hai. HEX triplet: 77, 9A and BC. RGB value is (119,154,188). Sum of RGB (Red+Green+Blue) = 119+154+188=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #779ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ABC is #886543. Grayscale: #939393. Windows color (decimal): -8938820 or 12360311. OLE color: 12360311.
HSL color Cylindrical-coordinate representation of color #779ABC: hue angle of 209.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #779ABC is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 154 | 188 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.26 |
| HSL | 209.57º | 0.34% | 0.6% | - |
| HSV(B) | 209.57º | 0.37% | 0.74% | - |
| XYZ | 28.24 | 30.66 | 52.01 | - |
| YUV | 147.41 | 150.9 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 188 | 0.37 | 0.18 | 0 | 0.26 | 209.57 | 0.34 | 0.6 |
| Hex | 77 | 9A | BC | 25 | 12 | 0 | 1A | D2 | 22 | 3C |
| Octal | 167 | 232 | 274 | 45 | 22 | 0 | 32 | 322 | 42 | 74 |
| Binary | 1110111 | 10011010 | 10111100 | 100101 | 10010 | 0 | 11010 | 11010010 | 100010 | 111100 |
Color Harmonies of #779ABC
Complementary color
Monochromatic Colors of #779ABC
Black with #779ABC
Text Example
Text Example
White with #779ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779ABC; }
p { color: rgb(119,154,188); }
H1.HeaderClassName
{
color: #779ABC;
}
.AnyTagClassName
{
color: #779ABC;
}
</style>
background-color css
<style>
a { background-color: #779ABC; }
a { background-color: rgb(119,154,188); }
div.DivClassName
{
background-color: #779ABC;
}
.BgClassName
{
background-color: #779ABC;
}
</style>
border-color css
<style>
span { border-color: #779ABC; }
span { border-color: rgb(119,154,188); }
td.TdClassName
{
border-color: #779ABC;
}
.TagClassName
{
border-color: #779ABC;
}
</style>