Shades of Bali Hai #7A95A0
Tints of Bali Hai #7A95A0
RGB
CMYK
RGB Variations
Color information
#7A95A0 (or 0x7A95A0) is known color: Bali Hai. HEX triplet: 7A, 95 and A0. RGB value is (122,149,160). Sum of RGB (Red+Green+Blue) = 122+149+160=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 160 - color contains mainly: blue. Hex color #7A95A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A95A0 is #856A5F. Grayscale: #8E8E8E. Windows color (decimal): -8743520 or 10524026. OLE color: 10524026.
HSL color Cylindrical-coordinate representation of color #7A95A0: hue angle of 197.37º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A95A0 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 149 | 160 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.37 |
| HSL | 197.37º | 0.17% | 0.55% | - |
| HSV(B) | 197.37º | 0.24% | 0.63% | - |
| XYZ | 25.12 | 28.17 | 37.37 | - |
| YUV | 142.18 | 138.05 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 160 | 0.24 | 0.07 | 0 | 0.37 | 197.37 | 0.17 | 0.55 |
| Hex | 7A | 95 | A0 | 18 | 7 | 0 | 25 | C5 | 11 | 37 |
| Octal | 172 | 225 | 240 | 30 | 7 | 0 | 45 | 305 | 21 | 67 |
| Binary | 1111010 | 10010101 | 10100000 | 11000 | 111 | 0 | 100101 | 11000101 | 10001 | 110111 |
Color Harmonies of #7A95A0
Complementary color
Monochromatic Colors of #7A95A0
Black with #7A95A0
Text Example
Text Example
White with #7A95A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A95A0; }
p { color: rgb(122,149,160); }
H1.HeaderClassName
{
color: #7A95A0;
}
.AnyTagClassName
{
color: #7A95A0;
}
</style>
background-color css
<style>
a { background-color: #7A95A0; }
a { background-color: rgb(122,149,160); }
div.DivClassName
{
background-color: #7A95A0;
}
.BgClassName
{
background-color: #7A95A0;
}
</style>
border-color css
<style>
span { border-color: #7A95A0; }
span { border-color: rgb(122,149,160); }
td.TdClassName
{
border-color: #7A95A0;
}
.TagClassName
{
border-color: #7A95A0;
}
</style>