Shades of Nepal #89A5BB
Tints of Nepal #89A5BB
RGB
CMYK
RGB Variations
Color information
#89A5BB (or 0x89A5BB) is known color: Nepal. HEX triplet: 89, A5 and BB. RGB value is (137,165,187). Sum of RGB (Red+Green+Blue) = 137+165+187=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #89A5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A5BB is #765A44. Grayscale: #9F9F9F. Windows color (decimal): -7756357 or 12297609. OLE color: 12297609.
HSL color Cylindrical-coordinate representation of color #89A5BB: hue angle of 206.4º 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 #89A5BB is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 165 | 187 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.27 |
| HSL | 206.4º | 0.27% | 0.64% | - |
| HSV(B) | 206.4º | 0.27% | 0.73% | - |
| XYZ | 32.74 | 35.82 | 52.2 | - |
| YUV | 159.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 165 | 187 | 0.27 | 0.12 | 0 | 0.27 | 206.4 | 0.27 | 0.64 |
| Hex | 89 | A5 | BB | 1B | C | 0 | 1B | CE | 1B | 40 |
| Octal | 211 | 245 | 273 | 33 | 14 | 0 | 33 | 316 | 33 | 100 |
| Binary | 10001001 | 10100101 | 10111011 | 11011 | 1100 | 0 | 11011 | 11001110 | 11011 | 1000000 |
Color Harmonies of #89A5BB
Complementary color
Monochromatic Colors of #89A5BB
Black with #89A5BB
Text Example
Text Example
White with #89A5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A5BB; }
p { color: rgb(137,165,187); }
H1.HeaderClassName
{
color: #89A5BB;
}
.AnyTagClassName
{
color: #89A5BB;
}
</style>
background-color css
<style>
a { background-color: #89A5BB; }
a { background-color: rgb(137,165,187); }
div.DivClassName
{
background-color: #89A5BB;
}
.BgClassName
{
background-color: #89A5BB;
}
</style>
border-color css
<style>
span { border-color: #89A5BB; }
span { border-color: rgb(137,165,187); }
td.TdClassName
{
border-color: #89A5BB;
}
.TagClassName
{
border-color: #89A5BB;
}
</style>