Shades of Bali Hai #7D96AA
Tints of Bali Hai #7D96AA
RGB
CMYK
RGB Variations
Color information
#7D96AA (or 0x7D96AA) is known color: Bali Hai. HEX triplet: 7D, 96 and AA. RGB value is (125,150,170). Sum of RGB (Red+Green+Blue) = 125+150+170=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D96AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D96AA is #826955. Grayscale: #909090. Windows color (decimal): -8546646 or 11179645. OLE color: 11179645.
HSL color Cylindrical-coordinate representation of color #7D96AA: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D96AA is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 150 | 170 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.33 |
| HSL | 206.67º | 0.21% | 0.58% | - |
| HSV(B) | 206.67º | 0.26% | 0.67% | - |
| XYZ | 26.62 | 29.07 | 42.24 | - |
| YUV | 144.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 150 | 170 | 0.26 | 0.12 | 0 | 0.33 | 206.67 | 0.21 | 0.58 |
| Hex | 7D | 96 | AA | 1A | C | 0 | 21 | CF | 15 | 3A |
| Octal | 175 | 226 | 252 | 32 | 14 | 0 | 41 | 317 | 25 | 72 |
| Binary | 1111101 | 10010110 | 10101010 | 11010 | 1100 | 0 | 100001 | 11001111 | 10101 | 111010 |
Color Harmonies of #7D96AA
Complementary color
Monochromatic Colors of #7D96AA
Black with #7D96AA
Text Example
Text Example
White with #7D96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D96AA; }
p { color: rgb(125,150,170); }
H1.HeaderClassName
{
color: #7D96AA;
}
.AnyTagClassName
{
color: #7D96AA;
}
</style>
background-color css
<style>
a { background-color: #7D96AA; }
a { background-color: rgb(125,150,170); }
div.DivClassName
{
background-color: #7D96AA;
}
.BgClassName
{
background-color: #7D96AA;
}
</style>
border-color css
<style>
span { border-color: #7D96AA; }
span { border-color: rgb(125,150,170); }
td.TdClassName
{
border-color: #7D96AA;
}
.TagClassName
{
border-color: #7D96AA;
}
</style>