Shades of Bali Hai #769EAA
Tints of Bali Hai #769EAA
RGB
CMYK
RGB Variations
Color information
#769EAA (or 0x769EAA) is known color: Bali Hai. HEX triplet: 76, 9E and AA. RGB value is (118,158,170). Sum of RGB (Red+Green+Blue) = 118+158+170=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #769EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769EAA is #896155. Grayscale: #939393. Windows color (decimal): -9003350 or 11181686. OLE color: 11181686.
HSL color Cylindrical-coordinate representation of color #769EAA: hue angle of 193.85º 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 #769EAA is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 158 | 170 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.33 |
| HSL | 193.85º | 0.23% | 0.56% | - |
| HSV(B) | 193.85º | 0.31% | 0.67% | - |
| XYZ | 26.95 | 31.21 | 42.63 | - |
| YUV | 147.41 | 140.75 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 170 | 0.31 | 0.07 | 0 | 0.33 | 193.85 | 0.23 | 0.56 |
| Hex | 76 | 9E | AA | 1F | 7 | 0 | 21 | C2 | 17 | 38 |
| Octal | 166 | 236 | 252 | 37 | 7 | 0 | 41 | 302 | 27 | 70 |
| Binary | 1110110 | 10011110 | 10101010 | 11111 | 111 | 0 | 100001 | 11000010 | 10111 | 111000 |
Color Harmonies of #769EAA
Complementary color
Monochromatic Colors of #769EAA
Black with #769EAA
Text Example
Text Example
White with #769EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769EAA; }
p { color: rgb(118,158,170); }
H1.HeaderClassName
{
color: #769EAA;
}
.AnyTagClassName
{
color: #769EAA;
}
</style>
background-color css
<style>
a { background-color: #769EAA; }
a { background-color: rgb(118,158,170); }
div.DivClassName
{
background-color: #769EAA;
}
.BgClassName
{
background-color: #769EAA;
}
</style>
border-color css
<style>
span { border-color: #769EAA; }
span { border-color: rgb(118,158,170); }
td.TdClassName
{
border-color: #769EAA;
}
.TagClassName
{
border-color: #769EAA;
}
</style>