Shades of Nepal #89A0B5
Tints of Nepal #89A0B5
RGB
CMYK
RGB Variations
Color information
#89A0B5 (or 0x89A0B5) is known color: Nepal. HEX triplet: 89, A0 and B5. RGB value is (137,160,181). Sum of RGB (Red+Green+Blue) = 137+160+181=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 181 - color contains mainly: blue. Hex color #89A0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0B5 is #765F4A. Grayscale: #9B9B9B. Windows color (decimal): -7757643 or 11903113. OLE color: 11903113.
HSL color Cylindrical-coordinate representation of color #89A0B5: hue angle of 208.64º degrees, saturation: 0.23, 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 #89A0B5 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 160 | 181 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.29 |
| HSL | 208.64º | 0.23% | 0.62% | - |
| HSV(B) | 208.64º | 0.24% | 0.71% | - |
| XYZ | 31.23 | 33.8 | 48.59 | - |
| YUV | 155.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 160 | 181 | 0.24 | 0.12 | 0 | 0.29 | 208.64 | 0.23 | 0.62 |
| Hex | 89 | A0 | B5 | 18 | C | 0 | 1D | D1 | 17 | 3E |
| Octal | 211 | 240 | 265 | 30 | 14 | 0 | 35 | 321 | 27 | 76 |
| Binary | 10001001 | 10100000 | 10110101 | 11000 | 1100 | 0 | 11101 | 11010001 | 10111 | 111110 |
Color Harmonies of #89A0B5
Complementary color
Monochromatic Colors of #89A0B5
Black with #89A0B5
Text Example
Text Example
White with #89A0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A0B5; }
p { color: rgb(137,160,181); }
H1.HeaderClassName
{
color: #89A0B5;
}
.AnyTagClassName
{
color: #89A0B5;
}
</style>
background-color css
<style>
a { background-color: #89A0B5; }
a { background-color: rgb(137,160,181); }
div.DivClassName
{
background-color: #89A0B5;
}
.BgClassName
{
background-color: #89A0B5;
}
</style>
border-color css
<style>
span { border-color: #89A0B5; }
span { border-color: rgb(137,160,181); }
td.TdClassName
{
border-color: #89A0B5;
}
.TagClassName
{
border-color: #89A0B5;
}
</style>