Shades of Bali Hai #769EBA
Tints of Bali Hai #769EBA
RGB
CMYK
RGB Variations
Color information
#769EBA (or 0x769EBA) is known color: Bali Hai. HEX triplet: 76, 9E and BA. RGB value is (118,158,186). Sum of RGB (Red+Green+Blue) = 118+158+186=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #769EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769EBA is #896145. Grayscale: #959595. Windows color (decimal): -9003334 or 12230262. OLE color: 12230262.
HSL color Cylindrical-coordinate representation of color #769EBA: hue angle of 204.71º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #769EBA is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 158 | 186 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.27 |
| HSL | 204.71º | 0.33% | 0.6% | - |
| HSV(B) | 204.71º | 0.37% | 0.73% | - |
| XYZ | 28.56 | 31.85 | 51.1 | - |
| YUV | 149.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 186 | 0.37 | 0.15 | 0 | 0.27 | 204.71 | 0.33 | 0.6 |
| Hex | 76 | 9E | BA | 25 | F | 0 | 1B | CD | 21 | 3C |
| Octal | 166 | 236 | 272 | 45 | 17 | 0 | 33 | 315 | 41 | 74 |
| Binary | 1110110 | 10011110 | 10111010 | 100101 | 1111 | 0 | 11011 | 11001101 | 100001 | 111100 |
Color Harmonies of #769EBA
Complementary color
Monochromatic Colors of #769EBA
Black with #769EBA
Text Example
Text Example
White with #769EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769EBA; }
p { color: rgb(118,158,186); }
H1.HeaderClassName
{
color: #769EBA;
}
.AnyTagClassName
{
color: #769EBA;
}
</style>
background-color css
<style>
a { background-color: #769EBA; }
a { background-color: rgb(118,158,186); }
div.DivClassName
{
background-color: #769EBA;
}
.BgClassName
{
background-color: #769EBA;
}
</style>
border-color css
<style>
span { border-color: #769EBA; }
span { border-color: rgb(118,158,186); }
td.TdClassName
{
border-color: #769EBA;
}
.TagClassName
{
border-color: #769EBA;
}
</style>