Shades of Bali Hai #769CA9
Tints of Bali Hai #769CA9
RGB
CMYK
RGB Variations
Color information
#769CA9 (or 0x769CA9) is known color: Bali Hai. HEX triplet: 76, 9C and A9. RGB value is (118,156,169). Sum of RGB (Red+Green+Blue) = 118+156+169=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 169 - color contains mainly: blue. Hex color #769CA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769CA9 is #896356. Grayscale: #929292. Windows color (decimal): -9003863 or 11115638. OLE color: 11115638.
HSL color Cylindrical-coordinate representation of color #769CA9: hue angle of 195.29º 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 #769CA9 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 156 | 169 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.34 |
| HSL | 195.29º | 0.23% | 0.56% | - |
| HSV(B) | 195.29º | 0.3% | 0.66% | - |
| XYZ | 26.52 | 30.49 | 42.02 | - |
| YUV | 146.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 169 | 0.30 | 0.08 | 0 | 0.34 | 195.29 | 0.23 | 0.56 |
| Hex | 76 | 9C | A9 | 1E | 8 | 0 | 22 | C3 | 17 | 38 |
| Octal | 166 | 234 | 251 | 36 | 10 | 0 | 42 | 303 | 27 | 70 |
| Binary | 1110110 | 10011100 | 10101001 | 11110 | 1000 | 0 | 100010 | 11000011 | 10111 | 111000 |
Color Harmonies of #769CA9
Complementary color
Monochromatic Colors of #769CA9
Black with #769CA9
Text Example
Text Example
White with #769CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CA9; }
p { color: rgb(118,156,169); }
H1.HeaderClassName
{
color: #769CA9;
}
.AnyTagClassName
{
color: #769CA9;
}
</style>
background-color css
<style>
a { background-color: #769CA9; }
a { background-color: rgb(118,156,169); }
div.DivClassName
{
background-color: #769CA9;
}
.BgClassName
{
background-color: #769CA9;
}
</style>
border-color css
<style>
span { border-color: #769CA9; }
span { border-color: rgb(118,156,169); }
td.TdClassName
{
border-color: #769CA9;
}
.TagClassName
{
border-color: #769CA9;
}
</style>