Shades of Bali Hai #7D9BA6
Tints of Bali Hai #7D9BA6
RGB
CMYK
RGB Variations
Color information
#7D9BA6 (or 0x7D9BA6) is known color: Bali Hai. HEX triplet: 7D, 9B and A6. RGB value is (125,155,166). Sum of RGB (Red+Green+Blue) = 125+155+166=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 166 - color contains mainly: blue. Hex color #7D9BA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9BA6 is #826459. Grayscale: #939393. Windows color (decimal): -8545370 or 10918781. OLE color: 10918781.
HSL color Cylindrical-coordinate representation of color #7D9BA6: hue angle of 196.1º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7D9BA6 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 155 | 166 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.35 |
| HSL | 196.1º | 0.19% | 0.57% | - |
| HSV(B) | 196.1º | 0.25% | 0.65% | - |
| XYZ | 27.06 | 30.56 | 40.55 | - |
| YUV | 147.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 155 | 166 | 0.25 | 0.07 | 0 | 0.35 | 196.1 | 0.19 | 0.57 |
| Hex | 7D | 9B | A6 | 19 | 7 | 0 | 23 | C4 | 13 | 39 |
| Octal | 175 | 233 | 246 | 31 | 7 | 0 | 43 | 304 | 23 | 71 |
| Binary | 1111101 | 10011011 | 10100110 | 11001 | 111 | 0 | 100011 | 11000100 | 10011 | 111001 |
Color Harmonies of #7D9BA6
Complementary color
Monochromatic Colors of #7D9BA6
Black with #7D9BA6
Text Example
Text Example
White with #7D9BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9BA6; }
p { color: rgb(125,155,166); }
H1.HeaderClassName
{
color: #7D9BA6;
}
.AnyTagClassName
{
color: #7D9BA6;
}
</style>
background-color css
<style>
a { background-color: #7D9BA6; }
a { background-color: rgb(125,155,166); }
div.DivClassName
{
background-color: #7D9BA6;
}
.BgClassName
{
background-color: #7D9BA6;
}
</style>
border-color css
<style>
span { border-color: #7D9BA6; }
span { border-color: rgb(125,155,166); }
td.TdClassName
{
border-color: #7D9BA6;
}
.TagClassName
{
border-color: #7D9BA6;
}
</style>