Shades of Bali Hai #779FB1
Tints of Bali Hai #779FB1
RGB
CMYK
RGB Variations
Color information
#779FB1 (or 0x779FB1) is known color: Bali Hai. HEX triplet: 77, 9F and B1. RGB value is (119,159,177). Sum of RGB (Red+Green+Blue) = 119+159+177=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 177 - color contains mainly: blue. Hex color #779FB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779FB1 is #88604E. Grayscale: #949494. Windows color (decimal): -8937551 or 11640695. OLE color: 11640695.
HSL color Cylindrical-coordinate representation of color #779FB1: hue angle of 198.62º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #779FB1 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 159 | 177 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.31 |
| HSL | 198.62º | 0.27% | 0.58% | - |
| HSV(B) | 198.62º | 0.33% | 0.69% | - |
| XYZ | 27.94 | 31.89 | 46.28 | - |
| YUV | 149.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 177 | 0.33 | 0.10 | 0 | 0.31 | 198.62 | 0.27 | 0.58 |
| Hex | 77 | 9F | B1 | 21 | A | 0 | 1F | C7 | 1B | 3A |
| Octal | 167 | 237 | 261 | 41 | 12 | 0 | 37 | 307 | 33 | 72 |
| Binary | 1110111 | 10011111 | 10110001 | 100001 | 1010 | 0 | 11111 | 11000111 | 11011 | 111010 |
Color Harmonies of #779FB1
Complementary color
Monochromatic Colors of #779FB1
Black with #779FB1
Text Example
Text Example
White with #779FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779FB1; }
p { color: rgb(119,159,177); }
H1.HeaderClassName
{
color: #779FB1;
}
.AnyTagClassName
{
color: #779FB1;
}
</style>
background-color css
<style>
a { background-color: #779FB1; }
a { background-color: rgb(119,159,177); }
div.DivClassName
{
background-color: #779FB1;
}
.BgClassName
{
background-color: #779FB1;
}
</style>
border-color css
<style>
span { border-color: #779FB1; }
span { border-color: rgb(119,159,177); }
td.TdClassName
{
border-color: #779FB1;
}
.TagClassName
{
border-color: #779FB1;
}
</style>