Shades of Bali Hai #7897A9
Tints of Bali Hai #7897A9
RGB
CMYK
RGB Variations
Color information
#7897A9 (or 0x7897A9) is known color: Bali Hai. HEX triplet: 78, 97 and A9. RGB value is (120,151,169). Sum of RGB (Red+Green+Blue) = 120+151+169=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 169 - color contains mainly: blue. Hex color #7897A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7897A9 is #876856. Grayscale: #8F8F8F. Windows color (decimal): -8874071 or 11114360. OLE color: 11114360.
HSL color Cylindrical-coordinate representation of color #7897A9: hue angle of 202.04º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7897A9 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 151 | 169 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.34 |
| HSL | 202.04º | 0.22% | 0.57% | - |
| HSV(B) | 202.04º | 0.29% | 0.66% | - |
| XYZ | 25.97 | 28.99 | 41.76 | - |
| YUV | 143.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 169 | 0.29 | 0.11 | 0 | 0.34 | 202.04 | 0.22 | 0.57 |
| Hex | 78 | 97 | A9 | 1D | B | 0 | 22 | CA | 16 | 39 |
| Octal | 170 | 227 | 251 | 35 | 13 | 0 | 42 | 312 | 26 | 71 |
| Binary | 1111000 | 10010111 | 10101001 | 11101 | 1011 | 0 | 100010 | 11001010 | 10110 | 111001 |
Color Harmonies of #7897A9
Complementary color
Monochromatic Colors of #7897A9
Black with #7897A9
Text Example
Text Example
White with #7897A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7897A9; }
p { color: rgb(120,151,169); }
H1.HeaderClassName
{
color: #7897A9;
}
.AnyTagClassName
{
color: #7897A9;
}
</style>
background-color css
<style>
a { background-color: #7897A9; }
a { background-color: rgb(120,151,169); }
div.DivClassName
{
background-color: #7897A9;
}
.BgClassName
{
background-color: #7897A9;
}
</style>
border-color css
<style>
span { border-color: #7897A9; }
span { border-color: rgb(120,151,169); }
td.TdClassName
{
border-color: #7897A9;
}
.TagClassName
{
border-color: #7897A9;
}
</style>