Shades of Bali Hai #789BA9
Tints of Bali Hai #789BA9
RGB
CMYK
RGB Variations
Color information
#789BA9 (or 0x789BA9) is known color: Bali Hai. HEX triplet: 78, 9B and A9. RGB value is (120,155,169). Sum of RGB (Red+Green+Blue) = 120+155+169=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 169 - color contains mainly: blue. Hex color #789BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789BA9 is #876456. Grayscale: #929292. Windows color (decimal): -8873047 or 11115384. OLE color: 11115384.
HSL color Cylindrical-coordinate representation of color #789BA9: hue angle of 197.14º 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 #789BA9 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 155 | 169 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.34 |
| HSL | 197.14º | 0.22% | 0.57% | - |
| HSV(B) | 197.14º | 0.29% | 0.66% | - |
| XYZ | 26.63 | 30.3 | 41.98 | - |
| YUV | 146.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 169 | 0.29 | 0.08 | 0 | 0.34 | 197.14 | 0.22 | 0.57 |
| Hex | 78 | 9B | A9 | 1D | 8 | 0 | 22 | C5 | 16 | 39 |
| Octal | 170 | 233 | 251 | 35 | 10 | 0 | 42 | 305 | 26 | 71 |
| Binary | 1111000 | 10011011 | 10101001 | 11101 | 1000 | 0 | 100010 | 11000101 | 10110 | 111001 |
Color Harmonies of #789BA9
Complementary color
Monochromatic Colors of #789BA9
Black with #789BA9
Text Example
Text Example
White with #789BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789BA9; }
p { color: rgb(120,155,169); }
H1.HeaderClassName
{
color: #789BA9;
}
.AnyTagClassName
{
color: #789BA9;
}
</style>
background-color css
<style>
a { background-color: #789BA9; }
a { background-color: rgb(120,155,169); }
div.DivClassName
{
background-color: #789BA9;
}
.BgClassName
{
background-color: #789BA9;
}
</style>
border-color css
<style>
span { border-color: #789BA9; }
span { border-color: rgb(120,155,169); }
td.TdClassName
{
border-color: #789BA9;
}
.TagClassName
{
border-color: #789BA9;
}
</style>