Shades of Bali Hai #769AB4
Tints of Bali Hai #769AB4
RGB
CMYK
RGB Variations
Color information
#769AB4 (or 0x769AB4) is known color: Bali Hai. HEX triplet: 76, 9A and B4. RGB value is (118,154,180). Sum of RGB (Red+Green+Blue) = 118+154+180=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #769AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AB4 is #89654B. Grayscale: #929292. Windows color (decimal): -9004364 or 11836022. OLE color: 11836022.
HSL color Cylindrical-coordinate representation of color #769AB4: hue angle of 205.16º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #769AB4 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 154 | 180 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.29 |
| HSL | 205.16º | 0.29% | 0.58% | - |
| HSV(B) | 205.16º | 0.34% | 0.71% | - |
| XYZ | 27.27 | 30.26 | 47.58 | - |
| YUV | 146.2 | 147.07 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 180 | 0.34 | 0.14 | 0 | 0.29 | 205.16 | 0.29 | 0.58 |
| Hex | 76 | 9A | B4 | 22 | E | 0 | 1D | CD | 1D | 3A |
| Octal | 166 | 232 | 264 | 42 | 16 | 0 | 35 | 315 | 35 | 72 |
| Binary | 1110110 | 10011010 | 10110100 | 100010 | 1110 | 0 | 11101 | 11001101 | 11101 | 111010 |
Color Harmonies of #769AB4
Complementary color
Monochromatic Colors of #769AB4
Black with #769AB4
Text Example
Text Example
White with #769AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AB4; }
p { color: rgb(118,154,180); }
H1.HeaderClassName
{
color: #769AB4;
}
.AnyTagClassName
{
color: #769AB4;
}
</style>
background-color css
<style>
a { background-color: #769AB4; }
a { background-color: rgb(118,154,180); }
div.DivClassName
{
background-color: #769AB4;
}
.BgClassName
{
background-color: #769AB4;
}
</style>
border-color css
<style>
span { border-color: #769AB4; }
span { border-color: rgb(118,154,180); }
td.TdClassName
{
border-color: #769AB4;
}
.TagClassName
{
border-color: #769AB4;
}
</style>