Shades of Bali Hai #769AB7
Tints of Bali Hai #769AB7
RGB
CMYK
RGB Variations
Color information
#769AB7 (or 0x769AB7) is known color: Bali Hai. HEX triplet: 76, 9A and B7. RGB value is (118,154,183). Sum of RGB (Red+Green+Blue) = 118+154+183=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 183 (71.88% from 255 or 40.22% from 455); Max value from RGB is 183 - color contains mainly: blue. Hex color #769AB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AB7 is #896548. Grayscale: #929292. Windows color (decimal): -9004361 or 12032630. OLE color: 12032630.
HSL color Cylindrical-coordinate representation of color #769AB7: hue angle of 206.77º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #769AB7 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 154 | 183 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.28 |
| HSL | 206.77º | 0.31% | 0.59% | - |
| HSV(B) | 206.77º | 0.36% | 0.72% | - |
| XYZ | 27.57 | 30.38 | 49.21 | - |
| YUV | 146.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 183 | 0.36 | 0.16 | 0 | 0.28 | 206.77 | 0.31 | 0.59 |
| Hex | 76 | 9A | B7 | 24 | 10 | 0 | 1C | CF | 1F | 3B |
| Octal | 166 | 232 | 267 | 44 | 20 | 0 | 34 | 317 | 37 | 73 |
| Binary | 1110110 | 10011010 | 10110111 | 100100 | 10000 | 0 | 11100 | 11001111 | 11111 | 111011 |
Color Harmonies of #769AB7
Complementary color
Monochromatic Colors of #769AB7
Black with #769AB7
Text Example
Text Example
White with #769AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769AB7; }
p { color: rgb(118,154,183); }
H1.HeaderClassName
{
color: #769AB7;
}
.AnyTagClassName
{
color: #769AB7;
}
</style>
background-color css
<style>
a { background-color: #769AB7; }
a { background-color: rgb(118,154,183); }
div.DivClassName
{
background-color: #769AB7;
}
.BgClassName
{
background-color: #769AB7;
}
</style>
border-color css
<style>
span { border-color: #769AB7; }
span { border-color: rgb(118,154,183); }
td.TdClassName
{
border-color: #769AB7;
}
.TagClassName
{
border-color: #769AB7;
}
</style>