Shades of Bali Hai #779DB9
Tints of Bali Hai #779DB9
RGB
CMYK
RGB Variations
Color information
#779DB9 (or 0x779DB9) is known color: Bali Hai. HEX triplet: 77, 9D and B9. RGB value is (119,157,185). Sum of RGB (Red+Green+Blue) = 119+157+185=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #779DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DB9 is #886246. Grayscale: #949494. Windows color (decimal): -8938055 or 12164471. OLE color: 12164471.
HSL color Cylindrical-coordinate representation of color #779DB9: hue angle of 205.45º degrees, saturation: 0.32, 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 #779DB9 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 157 | 185 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.27 |
| HSL | 205.45º | 0.32% | 0.6% | - |
| HSV(B) | 205.45º | 0.36% | 0.73% | - |
| XYZ | 28.42 | 31.54 | 50.49 | - |
| YUV | 148.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 185 | 0.36 | 0.15 | 0 | 0.27 | 205.45 | 0.32 | 0.6 |
| Hex | 77 | 9D | B9 | 24 | F | 0 | 1B | CD | 20 | 3C |
| Octal | 167 | 235 | 271 | 44 | 17 | 0 | 33 | 315 | 40 | 74 |
| Binary | 1110111 | 10011101 | 10111001 | 100100 | 1111 | 0 | 11011 | 11001101 | 100000 | 111100 |
Color Harmonies of #779DB9
Complementary color
Monochromatic Colors of #779DB9
Black with #779DB9
Text Example
Text Example
White with #779DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DB9; }
p { color: rgb(119,157,185); }
H1.HeaderClassName
{
color: #779DB9;
}
.AnyTagClassName
{
color: #779DB9;
}
</style>
background-color css
<style>
a { background-color: #779DB9; }
a { background-color: rgb(119,157,185); }
div.DivClassName
{
background-color: #779DB9;
}
.BgClassName
{
background-color: #779DB9;
}
</style>
border-color css
<style>
span { border-color: #779DB9; }
span { border-color: rgb(119,157,185); }
td.TdClassName
{
border-color: #779DB9;
}
.TagClassName
{
border-color: #779DB9;
}
</style>