Shades of Bali Hai #769BB3
Tints of Bali Hai #769BB3
RGB
CMYK
RGB Variations
Color information
#769BB3 (or 0x769BB3) is known color: Bali Hai. HEX triplet: 76, 9B and B3. RGB value is (118,155,179). Sum of RGB (Red+Green+Blue) = 118+155+179=452 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.11% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 179 - color contains mainly: blue. Hex color #769BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BB3 is #89644C. Grayscale: #929292. Windows color (decimal): -9004109 or 11770742. OLE color: 11770742.
HSL color Cylindrical-coordinate representation of color #769BB3: hue angle of 203.61º 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 #769BB3 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 118 | 155 | 179 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.30 |
| HSL | 203.61º | 0.29% | 0.58% | - |
| HSV(B) | 203.61º | 0.34% | 0.7% | - |
| XYZ | 27.33 | 30.55 | 47.1 | - |
| YUV | 146.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 179 | 0.34 | 0.13 | 0 | 0.30 | 203.61 | 0.29 | 0.58 |
| Hex | 76 | 9B | B3 | 22 | D | 0 | 1E | CC | 1D | 3A |
| Octal | 166 | 233 | 263 | 42 | 15 | 0 | 36 | 314 | 35 | 72 |
| Binary | 1110110 | 10011011 | 10110011 | 100010 | 1101 | 0 | 11110 | 11001100 | 11101 | 111010 |
Color Harmonies of #769BB3
Complementary color
Monochromatic Colors of #769BB3
Black with #769BB3
Text Example
Text Example
White with #769BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769BB3; }
p { color: rgb(118,155,179); }
H1.HeaderClassName
{
color: #769BB3;
}
.AnyTagClassName
{
color: #769BB3;
}
</style>
background-color css
<style>
a { background-color: #769BB3; }
a { background-color: rgb(118,155,179); }
div.DivClassName
{
background-color: #769BB3;
}
.BgClassName
{
background-color: #769BB3;
}
</style>
border-color css
<style>
span { border-color: #769BB3; }
span { border-color: rgb(118,155,179); }
td.TdClassName
{
border-color: #769BB3;
}
.TagClassName
{
border-color: #769BB3;
}
</style>