Shades of Bali Hai #789EAB
Tints of Bali Hai #789EAB
RGB
CMYK
RGB Variations
Color information
#789EAB (or 0x789EAB) is known color: Bali Hai. HEX triplet: 78, 9E and AB. RGB value is (120,158,171). Sum of RGB (Red+Green+Blue) = 120+158+171=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #789EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789EAB is #876154. Grayscale: #949494. Windows color (decimal): -8872277 or 11247224. OLE color: 11247224.
HSL color Cylindrical-coordinate representation of color #789EAB: hue angle of 195.29º 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 #789EAB is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 158 | 171 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.33 |
| HSL | 195.29º | 0.23% | 0.57% | - |
| HSV(B) | 195.29º | 0.3% | 0.67% | - |
| XYZ | 27.32 | 31.39 | 43.15 | - |
| YUV | 148.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 171 | 0.30 | 0.08 | 0 | 0.33 | 195.29 | 0.23 | 0.57 |
| Hex | 78 | 9E | AB | 1E | 8 | 0 | 21 | C3 | 17 | 39 |
| Octal | 170 | 236 | 253 | 36 | 10 | 0 | 41 | 303 | 27 | 71 |
| Binary | 1111000 | 10011110 | 10101011 | 11110 | 1000 | 0 | 100001 | 11000011 | 10111 | 111001 |
Color Harmonies of #789EAB
Complementary color
Monochromatic Colors of #789EAB
Black with #789EAB
Text Example
Text Example
White with #789EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789EAB; }
p { color: rgb(120,158,171); }
H1.HeaderClassName
{
color: #789EAB;
}
.AnyTagClassName
{
color: #789EAB;
}
</style>
background-color css
<style>
a { background-color: #789EAB; }
a { background-color: rgb(120,158,171); }
div.DivClassName
{
background-color: #789EAB;
}
.BgClassName
{
background-color: #789EAB;
}
</style>
border-color css
<style>
span { border-color: #789EAB; }
span { border-color: rgb(120,158,171); }
td.TdClassName
{
border-color: #789EAB;
}
.TagClassName
{
border-color: #789EAB;
}
</style>