Shades of Bali Hai #7A96AC
Tints of Bali Hai #7A96AC
RGB
CMYK
RGB Variations
Color information
#7A96AC (or 0x7A96AC) is known color: Bali Hai. HEX triplet: 7A, 96 and AC. RGB value is (122,150,172). Sum of RGB (Red+Green+Blue) = 122+150+172=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A96AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A96AC is #856953. Grayscale: #909090. Windows color (decimal): -8743252 or 11310714. OLE color: 11310714.
HSL color Cylindrical-coordinate representation of color #7A96AC: hue angle of 206.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 #7A96AC is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 150 | 172 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.33 |
| HSL | 206.4º | 0.23% | 0.58% | - |
| HSV(B) | 206.4º | 0.29% | 0.67% | - |
| XYZ | 26.38 | 28.93 | 43.22 | - |
| YUV | 144.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 172 | 0.29 | 0.13 | 0 | 0.33 | 206.4 | 0.23 | 0.58 |
| Hex | 7A | 96 | AC | 1D | D | 0 | 21 | CE | 17 | 3A |
| Octal | 172 | 226 | 254 | 35 | 15 | 0 | 41 | 316 | 27 | 72 |
| Binary | 1111010 | 10010110 | 10101100 | 11101 | 1101 | 0 | 100001 | 11001110 | 10111 | 111010 |
Color Harmonies of #7A96AC
Complementary color
Monochromatic Colors of #7A96AC
Black with #7A96AC
Text Example
Text Example
White with #7A96AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A96AC; }
p { color: rgb(122,150,172); }
H1.HeaderClassName
{
color: #7A96AC;
}
.AnyTagClassName
{
color: #7A96AC;
}
</style>
background-color css
<style>
a { background-color: #7A96AC; }
a { background-color: rgb(122,150,172); }
div.DivClassName
{
background-color: #7A96AC;
}
.BgClassName
{
background-color: #7A96AC;
}
</style>
border-color css
<style>
span { border-color: #7A96AC; }
span { border-color: rgb(122,150,172); }
td.TdClassName
{
border-color: #7A96AC;
}
.TagClassName
{
border-color: #7A96AC;
}
</style>