Shades of Bali Hai #789EAD
Tints of Bali Hai #789EAD
RGB
CMYK
RGB Variations
Color information
#789EAD (or 0x789EAD) is known color: Bali Hai. HEX triplet: 78, 9E and AD. RGB value is (120,158,173). Sum of RGB (Red+Green+Blue) = 120+158+173=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 173 - color contains mainly: blue. Hex color #789EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789EAD is #876152. Grayscale: #949494. Windows color (decimal): -8872275 or 11378296. OLE color: 11378296.
HSL color Cylindrical-coordinate representation of color #789EAD: hue angle of 196.98º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #789EAD is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 158 | 173 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.32 |
| HSL | 196.98º | 0.24% | 0.57% | - |
| HSV(B) | 196.98º | 0.31% | 0.68% | - |
| XYZ | 27.52 | 31.46 | 44.16 | - |
| YUV | 148.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 173 | 0.31 | 0.09 | 0 | 0.32 | 196.98 | 0.24 | 0.57 |
| Hex | 78 | 9E | AD | 1F | 9 | 0 | 20 | C5 | 18 | 39 |
| Octal | 170 | 236 | 255 | 37 | 11 | 0 | 40 | 305 | 30 | 71 |
| Binary | 1111000 | 10011110 | 10101101 | 11111 | 1001 | 0 | 100000 | 11000101 | 11000 | 111001 |
Color Harmonies of #789EAD
Complementary color
Monochromatic Colors of #789EAD
Black with #789EAD
Text Example
Text Example
White with #789EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789EAD; }
p { color: rgb(120,158,173); }
H1.HeaderClassName
{
color: #789EAD;
}
.AnyTagClassName
{
color: #789EAD;
}
</style>
background-color css
<style>
a { background-color: #789EAD; }
a { background-color: rgb(120,158,173); }
div.DivClassName
{
background-color: #789EAD;
}
.BgClassName
{
background-color: #789EAD;
}
</style>
border-color css
<style>
span { border-color: #789EAD; }
span { border-color: rgb(120,158,173); }
td.TdClassName
{
border-color: #789EAD;
}
.TagClassName
{
border-color: #789EAD;
}
</style>