Shades of Bali Hai #7A9CA9
Tints of Bali Hai #7A9CA9
RGB
CMYK
RGB Variations
Color information
#7A9CA9 (or 0x7A9CA9) is known color: Bali Hai. HEX triplet: 7A, 9C and A9. RGB value is (122,156,169). Sum of RGB (Red+Green+Blue) = 122+156+169=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 169 - color contains mainly: blue. Hex color #7A9CA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9CA9 is #856356. Grayscale: #939393. Windows color (decimal): -8741719 or 11115642. OLE color: 11115642.
HSL color Cylindrical-coordinate representation of color #7A9CA9: hue angle of 196.6º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A9CA9 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 156 | 169 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.34 |
| HSL | 196.6º | 0.21% | 0.57% | - |
| HSV(B) | 196.6º | 0.28% | 0.66% | - |
| XYZ | 27.08 | 30.78 | 42.05 | - |
| YUV | 147.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 156 | 169 | 0.28 | 0.08 | 0 | 0.34 | 196.6 | 0.21 | 0.57 |
| Hex | 7A | 9C | A9 | 1C | 8 | 0 | 22 | C5 | 15 | 39 |
| Octal | 172 | 234 | 251 | 34 | 10 | 0 | 42 | 305 | 25 | 71 |
| Binary | 1111010 | 10011100 | 10101001 | 11100 | 1000 | 0 | 100010 | 11000101 | 10101 | 111001 |
Color Harmonies of #7A9CA9
Complementary color
Monochromatic Colors of #7A9CA9
Black with #7A9CA9
Text Example
Text Example
White with #7A9CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9CA9; }
p { color: rgb(122,156,169); }
H1.HeaderClassName
{
color: #7A9CA9;
}
.AnyTagClassName
{
color: #7A9CA9;
}
</style>
background-color css
<style>
a { background-color: #7A9CA9; }
a { background-color: rgb(122,156,169); }
div.DivClassName
{
background-color: #7A9CA9;
}
.BgClassName
{
background-color: #7A9CA9;
}
</style>
border-color css
<style>
span { border-color: #7A9CA9; }
span { border-color: rgb(122,156,169); }
td.TdClassName
{
border-color: #7A9CA9;
}
.TagClassName
{
border-color: #7A9CA9;
}
</style>