Shades of Bali Hai #7A979F
Tints of Bali Hai #7A979F
RGB
CMYK
RGB Variations
Color information
#7A979F (or 0x7A979F) is known color: Bali Hai. HEX triplet: 7A, 97 and 9F. RGB value is (122,151,159). Sum of RGB (Red+Green+Blue) = 122+151+159=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A979F is #856860. Grayscale: #8F8F8F. Windows color (decimal): -8743009 or 10459002. OLE color: 10459002.
HSL color Cylindrical-coordinate representation of color #7A979F: hue angle of 192.97º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A979F is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 151 | 159 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.38 |
| HSL | 192.97º | 0.16% | 0.55% | - |
| HSV(B) | 192.97º | 0.23% | 0.62% | - |
| XYZ | 25.35 | 28.77 | 37.02 | - |
| YUV | 143.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 159 | 0.23 | 0.05 | 0 | 0.38 | 192.97 | 0.16 | 0.55 |
| Hex | 7A | 97 | 9F | 17 | 5 | 0 | 26 | C1 | 10 | 37 |
| Octal | 172 | 227 | 237 | 27 | 5 | 0 | 46 | 301 | 20 | 67 |
| Binary | 1111010 | 10010111 | 10011111 | 10111 | 101 | 0 | 100110 | 11000001 | 10000 | 110111 |
Color Harmonies of #7A979F
Complementary color
Monochromatic Colors of #7A979F
Black with #7A979F
Text Example
Text Example
White with #7A979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A979F; }
p { color: rgb(122,151,159); }
H1.HeaderClassName
{
color: #7A979F;
}
.AnyTagClassName
{
color: #7A979F;
}
</style>
background-color css
<style>
a { background-color: #7A979F; }
a { background-color: rgb(122,151,159); }
div.DivClassName
{
background-color: #7A979F;
}
.BgClassName
{
background-color: #7A979F;
}
</style>
border-color css
<style>
span { border-color: #7A979F; }
span { border-color: rgb(122,151,159); }
td.TdClassName
{
border-color: #7A979F;
}
.TagClassName
{
border-color: #7A979F;
}
</style>