Shades of Bali Hai #779BB7
Tints of Bali Hai #779BB7
RGB
CMYK
RGB Variations
Color information
#779BB7 (or 0x779BB7) is known color: Bali Hai. HEX triplet: 77, 9B and B7. RGB value is (119,155,183). Sum of RGB (Red+Green+Blue) = 119+155+183=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 183 - color contains mainly: blue. Hex color #779BB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BB7 is #886448. Grayscale: #939393. Windows color (decimal): -8938569 or 12032887. OLE color: 12032887.
HSL color Cylindrical-coordinate representation of color #779BB7: hue angle of 206.25º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #779BB7 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 155 | 183 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.28 |
| HSL | 206.25º | 0.31% | 0.59% | - |
| HSV(B) | 206.25º | 0.35% | 0.72% | - |
| XYZ | 27.88 | 30.78 | 49.27 | - |
| YUV | 147.43 | 148.07 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 183 | 0.35 | 0.15 | 0 | 0.28 | 206.25 | 0.31 | 0.59 |
| Hex | 77 | 9B | B7 | 23 | F | 0 | 1C | CE | 1F | 3B |
| Octal | 167 | 233 | 267 | 43 | 17 | 0 | 34 | 316 | 37 | 73 |
| Binary | 1110111 | 10011011 | 10110111 | 100011 | 1111 | 0 | 11100 | 11001110 | 11111 | 111011 |
Color Harmonies of #779BB7
Complementary color
Monochromatic Colors of #779BB7
Black with #779BB7
Text Example
Text Example
White with #779BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BB7; }
p { color: rgb(119,155,183); }
H1.HeaderClassName
{
color: #779BB7;
}
.AnyTagClassName
{
color: #779BB7;
}
</style>
background-color css
<style>
a { background-color: #779BB7; }
a { background-color: rgb(119,155,183); }
div.DivClassName
{
background-color: #779BB7;
}
.BgClassName
{
background-color: #779BB7;
}
</style>
border-color css
<style>
span { border-color: #779BB7; }
span { border-color: rgb(119,155,183); }
td.TdClassName
{
border-color: #779BB7;
}
.TagClassName
{
border-color: #779BB7;
}
</style>