Shades of Bali Hai #7A9CAA
Tints of Bali Hai #7A9CAA
RGB
CMYK
RGB Variations
Color information
#7A9CAA (or 0x7A9CAA) is known color: Bali Hai. HEX triplet: 7A, 9C and AA. RGB value is (122,156,170). Sum of RGB (Red+Green+Blue) = 122+156+170=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A9CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9CAA is #856355. Grayscale: #939393. Windows color (decimal): -8741718 or 11181178. OLE color: 11181178.
HSL color Cylindrical-coordinate representation of color #7A9CAA: hue angle of 197.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A9CAA is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 156 | 170 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.33 |
| HSL | 197.5º | 0.22% | 0.57% | - |
| HSV(B) | 197.5º | 0.28% | 0.67% | - |
| XYZ | 27.17 | 30.82 | 42.55 | - |
| YUV | 147.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 156 | 170 | 0.28 | 0.08 | 0 | 0.33 | 197.5 | 0.22 | 0.57 |
| Hex | 7A | 9C | AA | 1C | 8 | 0 | 21 | C6 | 16 | 39 |
| Octal | 172 | 234 | 252 | 34 | 10 | 0 | 41 | 306 | 26 | 71 |
| Binary | 1111010 | 10011100 | 10101010 | 11100 | 1000 | 0 | 100001 | 11000110 | 10110 | 111001 |
Color Harmonies of #7A9CAA
Complementary color
Monochromatic Colors of #7A9CAA
Black with #7A9CAA
Text Example
Text Example
White with #7A9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9CAA; }
p { color: rgb(122,156,170); }
H1.HeaderClassName
{
color: #7A9CAA;
}
.AnyTagClassName
{
color: #7A9CAA;
}
</style>
background-color css
<style>
a { background-color: #7A9CAA; }
a { background-color: rgb(122,156,170); }
div.DivClassName
{
background-color: #7A9CAA;
}
.BgClassName
{
background-color: #7A9CAA;
}
</style>
border-color css
<style>
span { border-color: #7A9CAA; }
span { border-color: rgb(122,156,170); }
td.TdClassName
{
border-color: #7A9CAA;
}
.TagClassName
{
border-color: #7A9CAA;
}
</style>