Shades of Bali Hai #7696B4
Tints of Bali Hai #7696B4
RGB
CMYK
RGB Variations
Color information
#7696B4 (or 0x7696B4) is known color: Bali Hai. HEX triplet: 76, 96 and B4. RGB value is (118,150,180). Sum of RGB (Red+Green+Blue) = 118+150+180=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #7696B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696B4 is #89694B. Grayscale: #8F8F8F. Windows color (decimal): -9005388 or 11834998. OLE color: 11834998.
HSL color Cylindrical-coordinate representation of color #7696B4: hue angle of 209.03º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7696B4 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 150 | 180 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.29 |
| HSL | 209.03º | 0.29% | 0.58% | - |
| HSV(B) | 209.03º | 0.34% | 0.71% | - |
| XYZ | 26.62 | 28.96 | 47.37 | - |
| YUV | 143.85 | 148.4 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 180 | 0.34 | 0.17 | 0 | 0.29 | 209.03 | 0.29 | 0.58 |
| Hex | 76 | 96 | B4 | 22 | 11 | 0 | 1D | D1 | 1D | 3A |
| Octal | 166 | 226 | 264 | 42 | 21 | 0 | 35 | 321 | 35 | 72 |
| Binary | 1110110 | 10010110 | 10110100 | 100010 | 10001 | 0 | 11101 | 11010001 | 11101 | 111010 |
Color Harmonies of #7696B4
Complementary color
Monochromatic Colors of #7696B4
Black with #7696B4
Text Example
Text Example
White with #7696B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7696B4; }
p { color: rgb(118,150,180); }
H1.HeaderClassName
{
color: #7696B4;
}
.AnyTagClassName
{
color: #7696B4;
}
</style>
background-color css
<style>
a { background-color: #7696B4; }
a { background-color: rgb(118,150,180); }
div.DivClassName
{
background-color: #7696B4;
}
.BgClassName
{
background-color: #7696B4;
}
</style>
border-color css
<style>
span { border-color: #7696B4; }
span { border-color: rgb(118,150,180); }
td.TdClassName
{
border-color: #7696B4;
}
.TagClassName
{
border-color: #7696B4;
}
</style>