Shades of Bali Hai #7A9BAB
Tints of Bali Hai #7A9BAB
RGB
CMYK
RGB Variations
Color information
#7A9BAB (or 0x7A9BAB) is known color: Bali Hai. HEX triplet: 7A, 9B and AB. RGB value is (122,155,171). Sum of RGB (Red+Green+Blue) = 122+155+171=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A9BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9BAB is #856454. Grayscale: #929292. Windows color (decimal): -8741973 or 11246458. OLE color: 11246458.
HSL color Cylindrical-coordinate representation of color #7A9BAB: hue angle of 199.59º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A9BAB is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 155 | 171 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.33 |
| HSL | 199.59º | 0.23% | 0.57% | - |
| HSV(B) | 199.59º | 0.29% | 0.67% | - |
| XYZ | 27.1 | 30.52 | 42.99 | - |
| YUV | 146.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 171 | 0.29 | 0.09 | 0 | 0.33 | 199.59 | 0.23 | 0.57 |
| Hex | 7A | 9B | AB | 1D | 9 | 0 | 21 | C8 | 17 | 39 |
| Octal | 172 | 233 | 253 | 35 | 11 | 0 | 41 | 310 | 27 | 71 |
| Binary | 1111010 | 10011011 | 10101011 | 11101 | 1001 | 0 | 100001 | 11001000 | 10111 | 111001 |
Color Harmonies of #7A9BAB
Complementary color
Monochromatic Colors of #7A9BAB
Black with #7A9BAB
Text Example
Text Example
White with #7A9BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9BAB; }
p { color: rgb(122,155,171); }
H1.HeaderClassName
{
color: #7A9BAB;
}
.AnyTagClassName
{
color: #7A9BAB;
}
</style>
background-color css
<style>
a { background-color: #7A9BAB; }
a { background-color: rgb(122,155,171); }
div.DivClassName
{
background-color: #7A9BAB;
}
.BgClassName
{
background-color: #7A9BAB;
}
</style>
border-color css
<style>
span { border-color: #7A9BAB; }
span { border-color: rgb(122,155,171); }
td.TdClassName
{
border-color: #7A9BAB;
}
.TagClassName
{
border-color: #7A9BAB;
}
</style>