Shades of Bali Hai #779EBD
Tints of Bali Hai #779EBD
RGB
CMYK
RGB Variations
Color information
#779EBD (or 0x779EBD) is known color: Bali Hai. HEX triplet: 77, 9E and BD. RGB value is (119,158,189). Sum of RGB (Red+Green+Blue) = 119+158+189=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #779EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EBD is #886142. Grayscale: #959595. Windows color (decimal): -8937795 or 12426871. OLE color: 12426871.
HSL color Cylindrical-coordinate representation of color #779EBD: hue angle of 206.57º degrees, saturation: 0.35, 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 #779EBD is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 158 | 189 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.26 |
| HSL | 206.57º | 0.35% | 0.6% | - |
| HSV(B) | 206.57º | 0.37% | 0.74% | - |
| XYZ | 29.02 | 32.05 | 52.8 | - |
| YUV | 149.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 189 | 0.37 | 0.16 | 0 | 0.26 | 206.57 | 0.35 | 0.6 |
| Hex | 77 | 9E | BD | 25 | 10 | 0 | 1A | CF | 23 | 3C |
| Octal | 167 | 236 | 275 | 45 | 20 | 0 | 32 | 317 | 43 | 74 |
| Binary | 1110111 | 10011110 | 10111101 | 100101 | 10000 | 0 | 11010 | 11001111 | 100011 | 111100 |
Color Harmonies of #779EBD
Complementary color
Monochromatic Colors of #779EBD
Black with #779EBD
Text Example
Text Example
White with #779EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779EBD; }
p { color: rgb(119,158,189); }
H1.HeaderClassName
{
color: #779EBD;
}
.AnyTagClassName
{
color: #779EBD;
}
</style>
background-color css
<style>
a { background-color: #779EBD; }
a { background-color: rgb(119,158,189); }
div.DivClassName
{
background-color: #779EBD;
}
.BgClassName
{
background-color: #779EBD;
}
</style>
border-color css
<style>
span { border-color: #779EBD; }
span { border-color: rgb(119,158,189); }
td.TdClassName
{
border-color: #779EBD;
}
.TagClassName
{
border-color: #779EBD;
}
</style>