Shades of Bali Hai #779AB5
Tints of Bali Hai #779AB5
RGB
CMYK
RGB Variations
Color information
#779AB5 (or 0x779AB5) is known color: Bali Hai. HEX triplet: 77, 9A and B5. RGB value is (119,154,181). Sum of RGB (Red+Green+Blue) = 119+154+181=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 181 - color contains mainly: blue. Hex color #779AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779AB5 is #88654A. Grayscale: #929292. Windows color (decimal): -8938827 or 11901559. OLE color: 11901559.
HSL color Cylindrical-coordinate representation of color #779AB5: hue angle of 206.13º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #779AB5 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 154 | 181 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.29 |
| HSL | 206.13º | 0.3% | 0.59% | - |
| HSV(B) | 206.13º | 0.34% | 0.71% | - |
| XYZ | 27.5 | 30.37 | 48.13 | - |
| YUV | 146.61 | 147.4 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 181 | 0.34 | 0.15 | 0 | 0.29 | 206.13 | 0.3 | 0.59 |
| Hex | 77 | 9A | B5 | 22 | F | 0 | 1D | CE | 1E | 3B |
| Octal | 167 | 232 | 265 | 42 | 17 | 0 | 35 | 316 | 36 | 73 |
| Binary | 1110111 | 10011010 | 10110101 | 100010 | 1111 | 0 | 11101 | 11001110 | 11110 | 111011 |
Color Harmonies of #779AB5
Complementary color
Monochromatic Colors of #779AB5
Black with #779AB5
Text Example
Text Example
White with #779AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AB5; }
p { color: rgb(119,154,181); }
H1.HeaderClassName
{
color: #779AB5;
}
.AnyTagClassName
{
color: #779AB5;
}
</style>
background-color css
<style>
a { background-color: #779AB5; }
a { background-color: rgb(119,154,181); }
div.DivClassName
{
background-color: #779AB5;
}
.BgClassName
{
background-color: #779AB5;
}
</style>
border-color css
<style>
span { border-color: #779AB5; }
span { border-color: rgb(119,154,181); }
td.TdClassName
{
border-color: #779AB5;
}
.TagClassName
{
border-color: #779AB5;
}
</style>