Shades of Bali Hai #769AAA
Tints of Bali Hai #769AAA
RGB
CMYK
RGB Variations
Color information
#769AAA (or 0x769AAA) is known color: Bali Hai. HEX triplet: 76, 9A and AA. RGB value is (118,154,170). Sum of RGB (Red+Green+Blue) = 118+154+170=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #769AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769AAA is #896555. Grayscale: #909090. Windows color (decimal): -9004374 or 11180662. OLE color: 11180662.
HSL color Cylindrical-coordinate representation of color #769AAA: hue angle of 198.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #769AAA is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 154 | 170 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.33 |
| HSL | 198.46º | 0.23% | 0.56% | - |
| HSV(B) | 198.46º | 0.31% | 0.67% | - |
| XYZ | 26.28 | 29.87 | 42.41 | - |
| YUV | 145.06 | 142.07 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 170 | 0.31 | 0.09 | 0 | 0.33 | 198.46 | 0.23 | 0.56 |
| Hex | 76 | 9A | AA | 1F | 9 | 0 | 21 | C6 | 17 | 38 |
| Octal | 166 | 232 | 252 | 37 | 11 | 0 | 41 | 306 | 27 | 70 |
| Binary | 1110110 | 10011010 | 10101010 | 11111 | 1001 | 0 | 100001 | 11000110 | 10111 | 111000 |
Color Harmonies of #769AAA
Complementary color
Monochromatic Colors of #769AAA
Black with #769AAA
Text Example
Text Example
White with #769AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AAA; }
p { color: rgb(118,154,170); }
H1.HeaderClassName
{
color: #769AAA;
}
.AnyTagClassName
{
color: #769AAA;
}
</style>
background-color css
<style>
a { background-color: #769AAA; }
a { background-color: rgb(118,154,170); }
div.DivClassName
{
background-color: #769AAA;
}
.BgClassName
{
background-color: #769AAA;
}
</style>
border-color css
<style>
span { border-color: #769AAA; }
span { border-color: rgb(118,154,170); }
td.TdClassName
{
border-color: #769AAA;
}
.TagClassName
{
border-color: #769AAA;
}
</style>