Shades of Bali Hai #7699A9
Tints of Bali Hai #7699A9
RGB
CMYK
RGB Variations
Color information
#7699A9 (or 0x7699A9) is known color: Bali Hai. HEX triplet: 76, 99 and A9. RGB value is (118,153,169). Sum of RGB (Red+Green+Blue) = 118+153+169=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 169 - color contains mainly: blue. Hex color #7699A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7699A9 is #896656. Grayscale: #909090. Windows color (decimal): -9004631 or 11114870. OLE color: 11114870.
HSL color Cylindrical-coordinate representation of color #7699A9: hue angle of 198.82º 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 #7699A9 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 153 | 169 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.34 |
| HSL | 198.82º | 0.23% | 0.56% | - |
| HSV(B) | 198.82º | 0.3% | 0.66% | - |
| XYZ | 26.02 | 29.5 | 41.86 | - |
| YUV | 144.36 | 141.9 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 169 | 0.30 | 0.09 | 0 | 0.34 | 198.82 | 0.23 | 0.56 |
| Hex | 76 | 99 | A9 | 1E | 9 | 0 | 22 | C7 | 17 | 38 |
| Octal | 166 | 231 | 251 | 36 | 11 | 0 | 42 | 307 | 27 | 70 |
| Binary | 1110110 | 10011001 | 10101001 | 11110 | 1001 | 0 | 100010 | 11000111 | 10111 | 111000 |
Color Harmonies of #7699A9
Complementary color
Monochromatic Colors of #7699A9
Black with #7699A9
Text Example
Text Example
White with #7699A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7699A9; }
p { color: rgb(118,153,169); }
H1.HeaderClassName
{
color: #7699A9;
}
.AnyTagClassName
{
color: #7699A9;
}
</style>
background-color css
<style>
a { background-color: #7699A9; }
a { background-color: rgb(118,153,169); }
div.DivClassName
{
background-color: #7699A9;
}
.BgClassName
{
background-color: #7699A9;
}
</style>
border-color css
<style>
span { border-color: #7699A9; }
span { border-color: rgb(118,153,169); }
td.TdClassName
{
border-color: #7699A9;
}
.TagClassName
{
border-color: #7699A9;
}
</style>