Shades of Bali Hai #769BAF
Tints of Bali Hai #769BAF
RGB
CMYK
RGB Variations
Color information
#769BAF (or 0x769BAF) is known color: Bali Hai. HEX triplet: 76, 9B and AF. RGB value is (118,155,175). Sum of RGB (Red+Green+Blue) = 118+155+175=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #769BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769BAF is #896450. Grayscale: #929292. Windows color (decimal): -9004113 or 11508598. OLE color: 11508598.
HSL color Cylindrical-coordinate representation of color #769BAF: hue angle of 201.05º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #769BAF is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 155 | 175 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.31 |
| HSL | 201.05º | 0.26% | 0.57% | - |
| HSV(B) | 201.05º | 0.33% | 0.69% | - |
| XYZ | 26.93 | 30.39 | 45 | - |
| YUV | 146.22 | 144.24 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 155 | 175 | 0.33 | 0.11 | 0 | 0.31 | 201.05 | 0.26 | 0.57 |
| Hex | 76 | 9B | AF | 21 | B | 0 | 1F | C9 | 1A | 39 |
| Octal | 166 | 233 | 257 | 41 | 13 | 0 | 37 | 311 | 32 | 71 |
| Binary | 1110110 | 10011011 | 10101111 | 100001 | 1011 | 0 | 11111 | 11001001 | 11010 | 111001 |
Color Harmonies of #769BAF
Complementary color
Monochromatic Colors of #769BAF
Black with #769BAF
Text Example
Text Example
White with #769BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769BAF; }
p { color: rgb(118,155,175); }
H1.HeaderClassName
{
color: #769BAF;
}
.AnyTagClassName
{
color: #769BAF;
}
</style>
background-color css
<style>
a { background-color: #769BAF; }
a { background-color: rgb(118,155,175); }
div.DivClassName
{
background-color: #769BAF;
}
.BgClassName
{
background-color: #769BAF;
}
</style>
border-color css
<style>
span { border-color: #769BAF; }
span { border-color: rgb(118,155,175); }
td.TdClassName
{
border-color: #769BAF;
}
.TagClassName
{
border-color: #769BAF;
}
</style>