Shades of Nepal #89A2B7
Tints of Nepal #89A2B7
RGB
CMYK
RGB Variations
Color information
#89A2B7 (or 0x89A2B7) is known color: Nepal. HEX triplet: 89, A2 and B7. RGB value is (137,162,183). Sum of RGB (Red+Green+Blue) = 137+162+183=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 183 - color contains mainly: blue. Hex color #89A2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A2B7 is #765D48. Grayscale: #9C9C9C. Windows color (decimal): -7757129 or 12034697. OLE color: 12034697.
HSL color Cylindrical-coordinate representation of color #89A2B7: hue angle of 207.39º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89A2B7 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 162 | 183 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.28 |
| HSL | 207.39º | 0.24% | 0.63% | - |
| HSV(B) | 207.39º | 0.25% | 0.72% | - |
| XYZ | 31.78 | 34.58 | 49.8 | - |
| YUV | 156.92 | 142.72 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 162 | 183 | 0.25 | 0.11 | 0 | 0.28 | 207.39 | 0.24 | 0.63 |
| Hex | 89 | A2 | B7 | 19 | B | 0 | 1C | CF | 18 | 3F |
| Octal | 211 | 242 | 267 | 31 | 13 | 0 | 34 | 317 | 30 | 77 |
| Binary | 10001001 | 10100010 | 10110111 | 11001 | 1011 | 0 | 11100 | 11001111 | 11000 | 111111 |
Color Harmonies of #89A2B7
Complementary color
Monochromatic Colors of #89A2B7
Black with #89A2B7
Text Example
Text Example
White with #89A2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A2B7; }
p { color: rgb(137,162,183); }
H1.HeaderClassName
{
color: #89A2B7;
}
.AnyTagClassName
{
color: #89A2B7;
}
</style>
background-color css
<style>
a { background-color: #89A2B7; }
a { background-color: rgb(137,162,183); }
div.DivClassName
{
background-color: #89A2B7;
}
.BgClassName
{
background-color: #89A2B7;
}
</style>
border-color css
<style>
span { border-color: #89A2B7; }
span { border-color: rgb(137,162,183); }
td.TdClassName
{
border-color: #89A2B7;
}
.TagClassName
{
border-color: #89A2B7;
}
</style>