Shades of Nepal #89A4BB
Tints of Nepal #89A4BB
RGB
CMYK
RGB Variations
Color information
#89A4BB (or 0x89A4BB) is known color: Nepal. HEX triplet: 89, A4 and BB. RGB value is (137,164,187). Sum of RGB (Red+Green+Blue) = 137+164+187=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #89A4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A4BB is #765B44. Grayscale: #9E9E9E. Windows color (decimal): -7756613 or 12297353. OLE color: 12297353.
HSL color Cylindrical-coordinate representation of color #89A4BB: hue angle of 207.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89A4BB is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 164 | 187 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.27 |
| HSL | 207.6º | 0.27% | 0.64% | - |
| HSV(B) | 207.6º | 0.27% | 0.73% | - |
| XYZ | 32.56 | 35.46 | 52.14 | - |
| YUV | 158.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 164 | 187 | 0.27 | 0.12 | 0 | 0.27 | 207.6 | 0.27 | 0.64 |
| Hex | 89 | A4 | BB | 1B | C | 0 | 1B | D0 | 1B | 40 |
| Octal | 211 | 244 | 273 | 33 | 14 | 0 | 33 | 320 | 33 | 100 |
| Binary | 10001001 | 10100100 | 10111011 | 11011 | 1100 | 0 | 11011 | 11010000 | 11011 | 1000000 |
Color Harmonies of #89A4BB
Complementary color
Monochromatic Colors of #89A4BB
Black with #89A4BB
Text Example
Text Example
White with #89A4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A4BB; }
p { color: rgb(137,164,187); }
H1.HeaderClassName
{
color: #89A4BB;
}
.AnyTagClassName
{
color: #89A4BB;
}
</style>
background-color css
<style>
a { background-color: #89A4BB; }
a { background-color: rgb(137,164,187); }
div.DivClassName
{
background-color: #89A4BB;
}
.BgClassName
{
background-color: #89A4BB;
}
</style>
border-color css
<style>
span { border-color: #89A4BB; }
span { border-color: rgb(137,164,187); }
td.TdClassName
{
border-color: #89A4BB;
}
.TagClassName
{
border-color: #89A4BB;
}
</style>