Shades of Bali Hai #769CB9
Tints of Bali Hai #769CB9
RGB
CMYK
RGB Variations
Color information
#769CB9 (or 0x769CB9) is known color: Bali Hai. HEX triplet: 76, 9C and B9. RGB value is (118,156,185). Sum of RGB (Red+Green+Blue) = 118+156+185=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #769CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CB9 is #896346. Grayscale: #939393. Windows color (decimal): -9003847 or 12164214. OLE color: 12164214.
HSL color Cylindrical-coordinate representation of color #769CB9: hue angle of 205.97º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #769CB9 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 156 | 185 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.27 |
| HSL | 205.97º | 0.32% | 0.59% | - |
| HSV(B) | 205.97º | 0.36% | 0.73% | - |
| XYZ | 28.12 | 31.13 | 50.43 | - |
| YUV | 147.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 185 | 0.36 | 0.16 | 0 | 0.27 | 205.97 | 0.32 | 0.59 |
| Hex | 76 | 9C | B9 | 24 | 10 | 0 | 1B | CE | 20 | 3B |
| Octal | 166 | 234 | 271 | 44 | 20 | 0 | 33 | 316 | 40 | 73 |
| Binary | 1110110 | 10011100 | 10111001 | 100100 | 10000 | 0 | 11011 | 11001110 | 100000 | 111011 |
Color Harmonies of #769CB9
Complementary color
Monochromatic Colors of #769CB9
Black with #769CB9
Text Example
Text Example
White with #769CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CB9; }
p { color: rgb(118,156,185); }
H1.HeaderClassName
{
color: #769CB9;
}
.AnyTagClassName
{
color: #769CB9;
}
</style>
background-color css
<style>
a { background-color: #769CB9; }
a { background-color: rgb(118,156,185); }
div.DivClassName
{
background-color: #769CB9;
}
.BgClassName
{
background-color: #769CB9;
}
</style>
border-color css
<style>
span { border-color: #769CB9; }
span { border-color: rgb(118,156,185); }
td.TdClassName
{
border-color: #769CB9;
}
.TagClassName
{
border-color: #769CB9;
}
</style>