Shades of Bali Hai #7A959F
Tints of Bali Hai #7A959F
RGB
CMYK
RGB Variations
Color information
#7A959F (or 0x7A959F) is known color: Bali Hai. HEX triplet: 7A, 95 and 9F. RGB value is (122,149,159). Sum of RGB (Red+Green+Blue) = 122+149+159=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A959F is #856A60. Grayscale: #8E8E8E. Windows color (decimal): -8743521 or 10458490. OLE color: 10458490.
HSL color Cylindrical-coordinate representation of color #7A959F: hue angle of 196.22º 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 #7A959F is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 149 | 159 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.38 |
| HSL | 196.22º | 0.16% | 0.55% | - |
| HSV(B) | 196.22º | 0.23% | 0.62% | - |
| XYZ | 25.03 | 28.14 | 36.91 | - |
| YUV | 142.07 | 137.55 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 159 | 0.23 | 0.06 | 0 | 0.38 | 196.22 | 0.16 | 0.55 |
| Hex | 7A | 95 | 9F | 17 | 6 | 0 | 26 | C4 | 10 | 37 |
| Octal | 172 | 225 | 237 | 27 | 6 | 0 | 46 | 304 | 20 | 67 |
| Binary | 1111010 | 10010101 | 10011111 | 10111 | 110 | 0 | 100110 | 11000100 | 10000 | 110111 |
Color Harmonies of #7A959F
Complementary color
Monochromatic Colors of #7A959F
Black with #7A959F
Text Example
Text Example
White with #7A959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A959F; }
p { color: rgb(122,149,159); }
H1.HeaderClassName
{
color: #7A959F;
}
.AnyTagClassName
{
color: #7A959F;
}
</style>
background-color css
<style>
a { background-color: #7A959F; }
a { background-color: rgb(122,149,159); }
div.DivClassName
{
background-color: #7A959F;
}
.BgClassName
{
background-color: #7A959F;
}
</style>
border-color css
<style>
span { border-color: #7A959F; }
span { border-color: rgb(122,149,159); }
td.TdClassName
{
border-color: #7A959F;
}
.TagClassName
{
border-color: #7A959F;
}
</style>