Shades of Bali Hai #7696B7
Tints of Bali Hai #7696B7
RGB
CMYK
RGB Variations
Color information
#7696B7 (or 0x7696B7) is known color: Bali Hai. HEX triplet: 76, 96 and B7. RGB value is (118,150,183). Sum of RGB (Red+Green+Blue) = 118+150+183=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 183 - color contains mainly: blue. Hex color #7696B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696B7 is #896948. Grayscale: #909090. Windows color (decimal): -9005385 or 12031606. OLE color: 12031606.
HSL color Cylindrical-coordinate representation of color #7696B7: hue angle of 210.46º 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 #7696B7 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 118 | 150 | 183 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.28 |
| HSL | 210.46º | 0.31% | 0.59% | - |
| HSV(B) | 210.46º | 0.36% | 0.72% | - |
| XYZ | 26.92 | 29.08 | 48.99 | - |
| YUV | 144.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 183 | 0.36 | 0.18 | 0 | 0.28 | 210.46 | 0.31 | 0.59 |
| Hex | 76 | 96 | B7 | 24 | 12 | 0 | 1C | D2 | 1F | 3B |
| Octal | 166 | 226 | 267 | 44 | 22 | 0 | 34 | 322 | 37 | 73 |
| Binary | 1110110 | 10010110 | 10110111 | 100100 | 10010 | 0 | 11100 | 11010010 | 11111 | 111011 |
Color Harmonies of #7696B7
Complementary color
Monochromatic Colors of #7696B7
Black with #7696B7
Text Example
Text Example
White with #7696B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7696B7; }
p { color: rgb(118,150,183); }
H1.HeaderClassName
{
color: #7696B7;
}
.AnyTagClassName
{
color: #7696B7;
}
</style>
background-color css
<style>
a { background-color: #7696B7; }
a { background-color: rgb(118,150,183); }
div.DivClassName
{
background-color: #7696B7;
}
.BgClassName
{
background-color: #7696B7;
}
</style>
border-color css
<style>
span { border-color: #7696B7; }
span { border-color: rgb(118,150,183); }
td.TdClassName
{
border-color: #7696B7;
}
.TagClassName
{
border-color: #7696B7;
}
</style>