Shades of Bali Hai #7A94AD
Tints of Bali Hai #7A94AD
RGB
CMYK
RGB Variations
Color information
#7A94AD (or 0x7A94AD) is known color: Bali Hai. HEX triplet: 7A, 94 and AD. RGB value is (122,148,173). Sum of RGB (Red+Green+Blue) = 122+148+173=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A94AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A94AD is #856B52. Grayscale: #8E8E8E. Windows color (decimal): -8743763 or 11375738. OLE color: 11375738.
HSL color Cylindrical-coordinate representation of color #7A94AD: hue angle of 209.41º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A94AD is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 148 | 173 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.32 |
| HSL | 209.41º | 0.24% | 0.58% | - |
| HSV(B) | 209.41º | 0.29% | 0.68% | - |
| XYZ | 26.16 | 28.33 | 43.63 | - |
| YUV | 143.08 | 144.89 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 148 | 173 | 0.29 | 0.14 | 0 | 0.32 | 209.41 | 0.24 | 0.58 |
| Hex | 7A | 94 | AD | 1D | E | 0 | 20 | D1 | 18 | 3A |
| Octal | 172 | 224 | 255 | 35 | 16 | 0 | 40 | 321 | 30 | 72 |
| Binary | 1111010 | 10010100 | 10101101 | 11101 | 1110 | 0 | 100000 | 11010001 | 11000 | 111010 |
Color Harmonies of #7A94AD
Complementary color
Monochromatic Colors of #7A94AD
Black with #7A94AD
Text Example
Text Example
White with #7A94AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A94AD; }
p { color: rgb(122,148,173); }
H1.HeaderClassName
{
color: #7A94AD;
}
.AnyTagClassName
{
color: #7A94AD;
}
</style>
background-color css
<style>
a { background-color: #7A94AD; }
a { background-color: rgb(122,148,173); }
div.DivClassName
{
background-color: #7A94AD;
}
.BgClassName
{
background-color: #7A94AD;
}
</style>
border-color css
<style>
span { border-color: #7A94AD; }
span { border-color: rgb(122,148,173); }
td.TdClassName
{
border-color: #7A94AD;
}
.TagClassName
{
border-color: #7A94AD;
}
</style>