Shades of Bali Hai #789DAB
Tints of Bali Hai #789DAB
RGB
CMYK
RGB Variations
Color information
#789DAB (or 0x789DAB) is known color: Bali Hai. HEX triplet: 78, 9D and AB. RGB value is (120,157,171). Sum of RGB (Red+Green+Blue) = 120+157+171=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #789DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789DAB is #876254. Grayscale: #939393. Windows color (decimal): -8872533 or 11246968. OLE color: 11246968.
HSL color Cylindrical-coordinate representation of color #789DAB: hue angle of 196.47º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #789DAB is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 157 | 171 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.33 |
| HSL | 196.47º | 0.23% | 0.57% | - |
| HSV(B) | 196.47º | 0.3% | 0.67% | - |
| XYZ | 27.15 | 31.05 | 43.09 | - |
| YUV | 147.53 | 141.24 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 171 | 0.30 | 0.08 | 0 | 0.33 | 196.47 | 0.23 | 0.57 |
| Hex | 78 | 9D | AB | 1E | 8 | 0 | 21 | C4 | 17 | 39 |
| Octal | 170 | 235 | 253 | 36 | 10 | 0 | 41 | 304 | 27 | 71 |
| Binary | 1111000 | 10011101 | 10101011 | 11110 | 1000 | 0 | 100001 | 11000100 | 10111 | 111001 |
Color Harmonies of #789DAB
Complementary color
Monochromatic Colors of #789DAB
Black with #789DAB
Text Example
Text Example
White with #789DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789DAB; }
p { color: rgb(120,157,171); }
H1.HeaderClassName
{
color: #789DAB;
}
.AnyTagClassName
{
color: #789DAB;
}
</style>
background-color css
<style>
a { background-color: #789DAB; }
a { background-color: rgb(120,157,171); }
div.DivClassName
{
background-color: #789DAB;
}
.BgClassName
{
background-color: #789DAB;
}
</style>
border-color css
<style>
span { border-color: #789DAB; }
span { border-color: rgb(120,157,171); }
td.TdClassName
{
border-color: #789DAB;
}
.TagClassName
{
border-color: #789DAB;
}
</style>