Shades of Bali Hai #7A9BAC
Tints of Bali Hai #7A9BAC
RGB
CMYK
RGB Variations
Color information
#7A9BAC (or 0x7A9BAC) is known color: Bali Hai. HEX triplet: 7A, 9B and AC. RGB value is (122,155,172). Sum of RGB (Red+Green+Blue) = 122+155+172=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A9BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9BAC is #856453. Grayscale: #929292. Windows color (decimal): -8741972 or 11311994. OLE color: 11311994.
HSL color Cylindrical-coordinate representation of color #7A9BAC: hue angle of 200.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A9BAC is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 155 | 172 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.33 |
| HSL | 200.4º | 0.23% | 0.58% | - |
| HSV(B) | 200.4º | 0.29% | 0.67% | - |
| XYZ | 27.19 | 30.56 | 43.49 | - |
| YUV | 147.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 172 | 0.29 | 0.10 | 0 | 0.33 | 200.4 | 0.23 | 0.58 |
| Hex | 7A | 9B | AC | 1D | A | 0 | 21 | C8 | 17 | 3A |
| Octal | 172 | 233 | 254 | 35 | 12 | 0 | 41 | 310 | 27 | 72 |
| Binary | 1111010 | 10011011 | 10101100 | 11101 | 1010 | 0 | 100001 | 11001000 | 10111 | 111010 |
Color Harmonies of #7A9BAC
Complementary color
Monochromatic Colors of #7A9BAC
Black with #7A9BAC
Text Example
Text Example
White with #7A9BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9BAC; }
p { color: rgb(122,155,172); }
H1.HeaderClassName
{
color: #7A9BAC;
}
.AnyTagClassName
{
color: #7A9BAC;
}
</style>
background-color css
<style>
a { background-color: #7A9BAC; }
a { background-color: rgb(122,155,172); }
div.DivClassName
{
background-color: #7A9BAC;
}
.BgClassName
{
background-color: #7A9BAC;
}
</style>
border-color css
<style>
span { border-color: #7A9BAC; }
span { border-color: rgb(122,155,172); }
td.TdClassName
{
border-color: #7A9BAC;
}
.TagClassName
{
border-color: #7A9BAC;
}
</style>