Shades of Nepal #89ABBD
Tints of Nepal #89ABBD
RGB
CMYK
RGB Variations
Color information
#89ABBD (or 0x89ABBD) is known color: Nepal. HEX triplet: 89, AB and BD. RGB value is (137,171,189). Sum of RGB (Red+Green+Blue) = 137+171+189=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #89ABBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABBD is #765442. Grayscale: #A2A2A2. Windows color (decimal): -7754819 or 12430217. OLE color: 12430217.
HSL color Cylindrical-coordinate representation of color #89ABBD: hue angle of 200.77º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89ABBD is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 171 | 189 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.26 |
| HSL | 200.77º | 0.28% | 0.64% | - |
| HSV(B) | 200.77º | 0.28% | 0.74% | - |
| XYZ | 34.06 | 38.12 | 53.71 | - |
| YUV | 162.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 189 | 0.28 | 0.10 | 0 | 0.26 | 200.77 | 0.28 | 0.64 |
| Hex | 89 | AB | BD | 1C | A | 0 | 1A | C9 | 1C | 40 |
| Octal | 211 | 253 | 275 | 34 | 12 | 0 | 32 | 311 | 34 | 100 |
| Binary | 10001001 | 10101011 | 10111101 | 11100 | 1010 | 0 | 11010 | 11001001 | 11100 | 1000000 |
Color Harmonies of #89ABBD
Complementary color
Monochromatic Colors of #89ABBD
Black with #89ABBD
Text Example
Text Example
White with #89ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABBD; }
p { color: rgb(137,171,189); }
H1.HeaderClassName
{
color: #89ABBD;
}
.AnyTagClassName
{
color: #89ABBD;
}
</style>
background-color css
<style>
a { background-color: #89ABBD; }
a { background-color: rgb(137,171,189); }
div.DivClassName
{
background-color: #89ABBD;
}
.BgClassName
{
background-color: #89ABBD;
}
</style>
border-color css
<style>
span { border-color: #89ABBD; }
span { border-color: rgb(137,171,189); }
td.TdClassName
{
border-color: #89ABBD;
}
.TagClassName
{
border-color: #89ABBD;
}
</style>