Shades of Bali Hai #7D94AA
Tints of Bali Hai #7D94AA
RGB
CMYK
RGB Variations
Color information
#7D94AA (or 0x7D94AA) is known color: Bali Hai. HEX triplet: 7D, 94 and AA. RGB value is (125,148,170). Sum of RGB (Red+Green+Blue) = 125+148+170=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D94AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D94AA is #826B55. Grayscale: #8F8F8F. Windows color (decimal): -8547158 or 11179133. OLE color: 11179133.
HSL color Cylindrical-coordinate representation of color #7D94AA: hue angle of 209.33º 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 #7D94AA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 148 | 170 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.33 |
| HSL | 209.33º | 0.21% | 0.58% | - |
| HSV(B) | 209.33º | 0.26% | 0.67% | - |
| XYZ | 26.3 | 28.44 | 42.13 | - |
| YUV | 143.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 170 | 0.26 | 0.13 | 0 | 0.33 | 209.33 | 0.21 | 0.58 |
| Hex | 7D | 94 | AA | 1A | D | 0 | 21 | D1 | 15 | 3A |
| Octal | 175 | 224 | 252 | 32 | 15 | 0 | 41 | 321 | 25 | 72 |
| Binary | 1111101 | 10010100 | 10101010 | 11010 | 1101 | 0 | 100001 | 11010001 | 10101 | 111010 |
Color Harmonies of #7D94AA
Complementary color
Monochromatic Colors of #7D94AA
Black with #7D94AA
Text Example
Text Example
White with #7D94AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D94AA; }
p { color: rgb(125,148,170); }
H1.HeaderClassName
{
color: #7D94AA;
}
.AnyTagClassName
{
color: #7D94AA;
}
</style>
background-color css
<style>
a { background-color: #7D94AA; }
a { background-color: rgb(125,148,170); }
div.DivClassName
{
background-color: #7D94AA;
}
.BgClassName
{
background-color: #7D94AA;
}
</style>
border-color css
<style>
span { border-color: #7D94AA; }
span { border-color: rgb(125,148,170); }
td.TdClassName
{
border-color: #7D94AA;
}
.TagClassName
{
border-color: #7D94AA;
}
</style>