Shades of Bali Hai #769AA8
Tints of Bali Hai #769AA8
RGB
CMYK
RGB Variations
Color information
#769AA8 (or 0x769AA8) is known color: Bali Hai. HEX triplet: 76, 9A and A8. RGB value is (118,154,168). Sum of RGB (Red+Green+Blue) = 118+154+168=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 168 - color contains mainly: blue. Hex color #769AA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769AA8 is #896557. Grayscale: #909090. Windows color (decimal): -9004376 or 11049590. OLE color: 11049590.
HSL color Cylindrical-coordinate representation of color #769AA8: hue angle of 196.8º degrees, saturation: 0.22, 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 #769AA8 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 154 | 168 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.34 |
| HSL | 196.8º | 0.22% | 0.56% | - |
| HSV(B) | 196.8º | 0.3% | 0.66% | - |
| XYZ | 26.09 | 29.79 | 41.42 | - |
| YUV | 144.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 168 | 0.30 | 0.08 | 0 | 0.34 | 196.8 | 0.22 | 0.56 |
| Hex | 76 | 9A | A8 | 1E | 8 | 0 | 22 | C5 | 16 | 38 |
| Octal | 166 | 232 | 250 | 36 | 10 | 0 | 42 | 305 | 26 | 70 |
| Binary | 1110110 | 10011010 | 10101000 | 11110 | 1000 | 0 | 100010 | 11000101 | 10110 | 111000 |
Color Harmonies of #769AA8
Complementary color
Monochromatic Colors of #769AA8
Black with #769AA8
Text Example
Text Example
White with #769AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AA8; }
p { color: rgb(118,154,168); }
H1.HeaderClassName
{
color: #769AA8;
}
.AnyTagClassName
{
color: #769AA8;
}
</style>
background-color css
<style>
a { background-color: #769AA8; }
a { background-color: rgb(118,154,168); }
div.DivClassName
{
background-color: #769AA8;
}
.BgClassName
{
background-color: #769AA8;
}
</style>
border-color css
<style>
span { border-color: #769AA8; }
span { border-color: rgb(118,154,168); }
td.TdClassName
{
border-color: #769AA8;
}
.TagClassName
{
border-color: #769AA8;
}
</style>