Shades of Bali Hai #769BB0
Tints of Bali Hai #769BB0
RGB
CMYK
RGB Variations
Color information
#769BB0 (or 0x769BB0) is known color: Bali Hai. HEX triplet: 76, 9B and B0. RGB value is (118,155,176). Sum of RGB (Red+Green+Blue) = 118+155+176=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 176 - color contains mainly: blue. Hex color #769BB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769BB0 is #89644F. Grayscale: #929292. Windows color (decimal): -9004112 or 11574134. OLE color: 11574134.
HSL color Cylindrical-coordinate representation of color #769BB0: hue angle of 201.72º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #769BB0 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 155 | 176 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.31 |
| HSL | 201.72º | 0.27% | 0.58% | - |
| HSV(B) | 201.72º | 0.33% | 0.69% | - |
| XYZ | 27.03 | 30.43 | 45.52 | - |
| YUV | 146.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 176 | 0.33 | 0.12 | 0 | 0.31 | 201.72 | 0.27 | 0.58 |
| Hex | 76 | 9B | B0 | 21 | C | 0 | 1F | CA | 1B | 3A |
| Octal | 166 | 233 | 260 | 41 | 14 | 0 | 37 | 312 | 33 | 72 |
| Binary | 1110110 | 10011011 | 10110000 | 100001 | 1100 | 0 | 11111 | 11001010 | 11011 | 111010 |
Color Harmonies of #769BB0
Complementary color
Monochromatic Colors of #769BB0
Black with #769BB0
Text Example
Text Example
White with #769BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769BB0; }
p { color: rgb(118,155,176); }
H1.HeaderClassName
{
color: #769BB0;
}
.AnyTagClassName
{
color: #769BB0;
}
</style>
background-color css
<style>
a { background-color: #769BB0; }
a { background-color: rgb(118,155,176); }
div.DivClassName
{
background-color: #769BB0;
}
.BgClassName
{
background-color: #769BB0;
}
</style>
border-color css
<style>
span { border-color: #769BB0; }
span { border-color: rgb(118,155,176); }
td.TdClassName
{
border-color: #769BB0;
}
.TagClassName
{
border-color: #769BB0;
}
</style>