Shades of Bali Hai #769AA9
Tints of Bali Hai #769AA9
RGB
CMYK
RGB Variations
Color information
#769AA9 (or 0x769AA9) is known color: Bali Hai. HEX triplet: 76, 9A and A9. RGB value is (118,154,169). Sum of RGB (Red+Green+Blue) = 118+154+169=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 169 - color contains mainly: blue. Hex color #769AA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769AA9 is #896556. Grayscale: #909090. Windows color (decimal): -9004375 or 11115126. OLE color: 11115126.
HSL color Cylindrical-coordinate representation of color #769AA9: hue angle of 197.65º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #769AA9 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 154 | 169 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.34 |
| HSL | 197.65º | 0.23% | 0.56% | - |
| HSV(B) | 197.65º | 0.3% | 0.66% | - |
| XYZ | 26.19 | 29.83 | 41.91 | - |
| YUV | 144.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 169 | 0.30 | 0.09 | 0 | 0.34 | 197.65 | 0.23 | 0.56 |
| Hex | 76 | 9A | A9 | 1E | 9 | 0 | 22 | C6 | 17 | 38 |
| Octal | 166 | 232 | 251 | 36 | 11 | 0 | 42 | 306 | 27 | 70 |
| Binary | 1110110 | 10011010 | 10101001 | 11110 | 1001 | 0 | 100010 | 11000110 | 10111 | 111000 |
Color Harmonies of #769AA9
Complementary color
Monochromatic Colors of #769AA9
Black with #769AA9
Text Example
Text Example
White with #769AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AA9; }
p { color: rgb(118,154,169); }
H1.HeaderClassName
{
color: #769AA9;
}
.AnyTagClassName
{
color: #769AA9;
}
</style>
background-color css
<style>
a { background-color: #769AA9; }
a { background-color: rgb(118,154,169); }
div.DivClassName
{
background-color: #769AA9;
}
.BgClassName
{
background-color: #769AA9;
}
</style>
border-color css
<style>
span { border-color: #769AA9; }
span { border-color: rgb(118,154,169); }
td.TdClassName
{
border-color: #769AA9;
}
.TagClassName
{
border-color: #769AA9;
}
</style>