Shades of Bali Hai #89A0B4
Tints of Bali Hai #89A0B4
RGB
CMYK
RGB Variations
Color information
#89A0B4 (or 0x89A0B4) is known color: Bali Hai. HEX triplet: 89, A0 and B4. RGB value is (137,160,180). Sum of RGB (Red+Green+Blue) = 137+160+180=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 180 - color contains mainly: blue. Hex color #89A0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0B4 is #765F4B. Grayscale: #9B9B9B. Windows color (decimal): -7757644 or 11837577. OLE color: 11837577.
HSL color Cylindrical-coordinate representation of color #89A0B4: hue angle of 207.91º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89A0B4 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 160 | 180 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.29 |
| HSL | 207.91º | 0.22% | 0.62% | - |
| HSV(B) | 207.91º | 0.24% | 0.71% | - |
| XYZ | 31.13 | 33.76 | 48.05 | - |
| YUV | 155.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 180 | 0.24 | 0.11 | 0 | 0.29 | 207.91 | 0.22 | 0.62 |
| Hex | 89 | A0 | B4 | 18 | B | 0 | 1D | D0 | 16 | 3E |
| Octal | 211 | 240 | 264 | 30 | 13 | 0 | 35 | 320 | 26 | 76 |
| Binary | 10001001 | 10100000 | 10110100 | 11000 | 1011 | 0 | 11101 | 11010000 | 10110 | 111110 |
Color Harmonies of #89A0B4
Complementary color
Monochromatic Colors of #89A0B4
Black with #89A0B4
Text Example
Text Example
White with #89A0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A0B4; }
p { color: rgb(137,160,180); }
H1.HeaderClassName
{
color: #89A0B4;
}
.AnyTagClassName
{
color: #89A0B4;
}
</style>
background-color css
<style>
a { background-color: #89A0B4; }
a { background-color: rgb(137,160,180); }
div.DivClassName
{
background-color: #89A0B4;
}
.BgClassName
{
background-color: #89A0B4;
}
</style>
border-color css
<style>
span { border-color: #89A0B4; }
span { border-color: rgb(137,160,180); }
td.TdClassName
{
border-color: #89A0B4;
}
.TagClassName
{
border-color: #89A0B4;
}
</style>