Shades of Bali Hai #769AB3
Tints of Bali Hai #769AB3
RGB
CMYK
RGB Variations
Color information
#769AB3 (or 0x769AB3) is known color: Bali Hai. HEX triplet: 76, 9A and B3. RGB value is (118,154,179). Sum of RGB (Red+Green+Blue) = 118+154+179=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 179 - color contains mainly: blue. Hex color #769AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AB3 is #89654C. Grayscale: #919191. Windows color (decimal): -9004365 or 11770486. OLE color: 11770486.
HSL color Cylindrical-coordinate representation of color #769AB3: hue angle of 204.59º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #769AB3 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 154 | 179 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.30 |
| HSL | 204.59º | 0.29% | 0.58% | - |
| HSV(B) | 204.59º | 0.34% | 0.7% | - |
| XYZ | 27.16 | 30.22 | 47.05 | - |
| YUV | 146.09 | 146.57 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 179 | 0.34 | 0.14 | 0 | 0.30 | 204.59 | 0.29 | 0.58 |
| Hex | 76 | 9A | B3 | 22 | E | 0 | 1E | CD | 1D | 3A |
| Octal | 166 | 232 | 263 | 42 | 16 | 0 | 36 | 315 | 35 | 72 |
| Binary | 1110110 | 10011010 | 10110011 | 100010 | 1110 | 0 | 11110 | 11001101 | 11101 | 111010 |
Color Harmonies of #769AB3
Complementary color
Monochromatic Colors of #769AB3
Black with #769AB3
Text Example
Text Example
White with #769AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AB3; }
p { color: rgb(118,154,179); }
H1.HeaderClassName
{
color: #769AB3;
}
.AnyTagClassName
{
color: #769AB3;
}
</style>
background-color css
<style>
a { background-color: #769AB3; }
a { background-color: rgb(118,154,179); }
div.DivClassName
{
background-color: #769AB3;
}
.BgClassName
{
background-color: #769AB3;
}
</style>
border-color css
<style>
span { border-color: #769AB3; }
span { border-color: rgb(118,154,179); }
td.TdClassName
{
border-color: #769AB3;
}
.TagClassName
{
border-color: #769AB3;
}
</style>