Shades of Bali Hai #769AAE
Tints of Bali Hai #769AAE
RGB
CMYK
RGB Variations
Color information
#769AAE (or 0x769AAE) is known color: Bali Hai. HEX triplet: 76, 9A and AE. RGB value is (118,154,174). Sum of RGB (Red+Green+Blue) = 118+154+174=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #769AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769AAE is #896551. Grayscale: #919191. Windows color (decimal): -9004370 or 11442806. OLE color: 11442806.
HSL color Cylindrical-coordinate representation of color #769AAE: hue angle of 201.43º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #769AAE is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 154 | 174 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.32 |
| HSL | 201.43º | 0.26% | 0.57% | - |
| HSV(B) | 201.43º | 0.32% | 0.68% | - |
| XYZ | 26.67 | 30.02 | 44.43 | - |
| YUV | 145.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 174 | 0.32 | 0.11 | 0 | 0.32 | 201.43 | 0.26 | 0.57 |
| Hex | 76 | 9A | AE | 20 | B | 0 | 20 | C9 | 1A | 39 |
| Octal | 166 | 232 | 256 | 40 | 13 | 0 | 40 | 311 | 32 | 71 |
| Binary | 1110110 | 10011010 | 10101110 | 100000 | 1011 | 0 | 100000 | 11001001 | 11010 | 111001 |
Color Harmonies of #769AAE
Complementary color
Monochromatic Colors of #769AAE
Black with #769AAE
Text Example
Text Example
White with #769AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AAE; }
p { color: rgb(118,154,174); }
H1.HeaderClassName
{
color: #769AAE;
}
.AnyTagClassName
{
color: #769AAE;
}
</style>
background-color css
<style>
a { background-color: #769AAE; }
a { background-color: rgb(118,154,174); }
div.DivClassName
{
background-color: #769AAE;
}
.BgClassName
{
background-color: #769AAE;
}
</style>
border-color css
<style>
span { border-color: #769AAE; }
span { border-color: rgb(118,154,174); }
td.TdClassName
{
border-color: #769AAE;
}
.TagClassName
{
border-color: #769AAE;
}
</style>