Shades of Bali Hai #769FAC
Tints of Bali Hai #769FAC
RGB
CMYK
RGB Variations
Color information
#769FAC (or 0x769FAC) is known color: Bali Hai. HEX triplet: 76, 9F and AC. RGB value is (118,159,172). Sum of RGB (Red+Green+Blue) = 118+159+172=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #769FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769FAC is #896053. Grayscale: #949494. Windows color (decimal): -9003092 or 11313014. OLE color: 11313014.
HSL color Cylindrical-coordinate representation of color #769FAC: hue angle of 194.44º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #769FAC is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 159 | 172 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.33 |
| HSL | 194.44º | 0.25% | 0.57% | - |
| HSV(B) | 194.44º | 0.31% | 0.67% | - |
| XYZ | 27.32 | 31.63 | 43.69 | - |
| YUV | 148.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 172 | 0.31 | 0.08 | 0 | 0.33 | 194.44 | 0.25 | 0.57 |
| Hex | 76 | 9F | AC | 1F | 8 | 0 | 21 | C2 | 19 | 39 |
| Octal | 166 | 237 | 254 | 37 | 10 | 0 | 41 | 302 | 31 | 71 |
| Binary | 1110110 | 10011111 | 10101100 | 11111 | 1000 | 0 | 100001 | 11000010 | 11001 | 111001 |
Color Harmonies of #769FAC
Complementary color
Monochromatic Colors of #769FAC
Black with #769FAC
Text Example
Text Example
White with #769FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769FAC; }
p { color: rgb(118,159,172); }
H1.HeaderClassName
{
color: #769FAC;
}
.AnyTagClassName
{
color: #769FAC;
}
</style>
background-color css
<style>
a { background-color: #769FAC; }
a { background-color: rgb(118,159,172); }
div.DivClassName
{
background-color: #769FAC;
}
.BgClassName
{
background-color: #769FAC;
}
</style>
border-color css
<style>
span { border-color: #769FAC; }
span { border-color: rgb(118,159,172); }
td.TdClassName
{
border-color: #769FAC;
}
.TagClassName
{
border-color: #769FAC;
}
</style>