Shades of Bali Hai #7D96AB
Tints of Bali Hai #7D96AB
RGB
CMYK
RGB Variations
Color information
#7D96AB (or 0x7D96AB) is known color: Bali Hai. HEX triplet: 7D, 96 and AB. RGB value is (125,150,171). Sum of RGB (Red+Green+Blue) = 125+150+171=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D96AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D96AB is #826954. Grayscale: #909090. Windows color (decimal): -8546645 or 11245181. OLE color: 11245181.
HSL color Cylindrical-coordinate representation of color #7D96AB: hue angle of 207.39º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D96AB is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 150 | 171 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.33 |
| HSL | 207.39º | 0.21% | 0.58% | - |
| HSV(B) | 207.39º | 0.27% | 0.67% | - |
| XYZ | 26.71 | 29.11 | 42.74 | - |
| YUV | 144.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 150 | 171 | 0.27 | 0.12 | 0 | 0.33 | 207.39 | 0.21 | 0.58 |
| Hex | 7D | 96 | AB | 1B | C | 0 | 21 | CF | 15 | 3A |
| Octal | 175 | 226 | 253 | 33 | 14 | 0 | 41 | 317 | 25 | 72 |
| Binary | 1111101 | 10010110 | 10101011 | 11011 | 1100 | 0 | 100001 | 11001111 | 10101 | 111010 |
Color Harmonies of #7D96AB
Complementary color
Monochromatic Colors of #7D96AB
Black with #7D96AB
Text Example
Text Example
White with #7D96AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D96AB; }
p { color: rgb(125,150,171); }
H1.HeaderClassName
{
color: #7D96AB;
}
.AnyTagClassName
{
color: #7D96AB;
}
</style>
background-color css
<style>
a { background-color: #7D96AB; }
a { background-color: rgb(125,150,171); }
div.DivClassName
{
background-color: #7D96AB;
}
.BgClassName
{
background-color: #7D96AB;
}
</style>
border-color css
<style>
span { border-color: #7D96AB; }
span { border-color: rgb(125,150,171); }
td.TdClassName
{
border-color: #7D96AB;
}
.TagClassName
{
border-color: #7D96AB;
}
</style>