Shades of Bali Hai #7997AB
Tints of Bali Hai #7997AB
RGB
CMYK
RGB Variations
Color information
#7997AB (or 0x7997AB) is known color: Bali Hai. HEX triplet: 79, 97 and AB. RGB value is (121,151,171). Sum of RGB (Red+Green+Blue) = 121+151+171=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #7997AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7997AB is #866854. Grayscale: #909090. Windows color (decimal): -8808533 or 11245433. OLE color: 11245433.
HSL color Cylindrical-coordinate representation of color #7997AB: hue angle of 204º 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 #7997AB is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 151 | 171 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.33 |
| HSL | 204º | 0.23% | 0.57% | - |
| HSV(B) | 204º | 0.29% | 0.67% | - |
| XYZ | 26.3 | 29.14 | 42.77 | - |
| YUV | 144.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 151 | 171 | 0.29 | 0.12 | 0 | 0.33 | 204 | 0.23 | 0.57 |
| Hex | 79 | 97 | AB | 1D | C | 0 | 21 | CC | 17 | 39 |
| Octal | 171 | 227 | 253 | 35 | 14 | 0 | 41 | 314 | 27 | 71 |
| Binary | 1111001 | 10010111 | 10101011 | 11101 | 1100 | 0 | 100001 | 11001100 | 10111 | 111001 |
Color Harmonies of #7997AB
Complementary color
Monochromatic Colors of #7997AB
Black with #7997AB
Text Example
Text Example
White with #7997AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7997AB; }
p { color: rgb(121,151,171); }
H1.HeaderClassName
{
color: #7997AB;
}
.AnyTagClassName
{
color: #7997AB;
}
</style>
background-color css
<style>
a { background-color: #7997AB; }
a { background-color: rgb(121,151,171); }
div.DivClassName
{
background-color: #7997AB;
}
.BgClassName
{
background-color: #7997AB;
}
</style>
border-color css
<style>
span { border-color: #7997AB; }
span { border-color: rgb(121,151,171); }
td.TdClassName
{
border-color: #7997AB;
}
.TagClassName
{
border-color: #7997AB;
}
</style>