Shades of Nepal #89A5B4
Tints of Nepal #89A5B4
RGB
CMYK
RGB Variations
Color information
#89A5B4 (or 0x89A5B4) is known color: Nepal. HEX triplet: 89, A5 and B4. RGB value is (137,165,180). Sum of RGB (Red+Green+Blue) = 137+165+180=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #89A5B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A5B4 is #765A4B. Grayscale: #9E9E9E. Windows color (decimal): -7756364 or 11838857. OLE color: 11838857.
HSL color Cylindrical-coordinate representation of color #89A5B4: hue angle of 200.93º degrees, saturation: 0.22, 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 #89A5B4 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 165 | 180 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.29 |
| HSL | 200.93º | 0.22% | 0.62% | - |
| HSV(B) | 200.93º | 0.24% | 0.71% | - |
| XYZ | 32.01 | 35.52 | 48.35 | - |
| YUV | 158.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 165 | 180 | 0.24 | 0.08 | 0 | 0.29 | 200.93 | 0.22 | 0.62 |
| Hex | 89 | A5 | B4 | 18 | 8 | 0 | 1D | C9 | 16 | 3E |
| Octal | 211 | 245 | 264 | 30 | 10 | 0 | 35 | 311 | 26 | 76 |
| Binary | 10001001 | 10100101 | 10110100 | 11000 | 1000 | 0 | 11101 | 11001001 | 10110 | 111110 |
Color Harmonies of #89A5B4
Complementary color
Monochromatic Colors of #89A5B4
Black with #89A5B4
Text Example
Text Example
White with #89A5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A5B4; }
p { color: rgb(137,165,180); }
H1.HeaderClassName
{
color: #89A5B4;
}
.AnyTagClassName
{
color: #89A5B4;
}
</style>
background-color css
<style>
a { background-color: #89A5B4; }
a { background-color: rgb(137,165,180); }
div.DivClassName
{
background-color: #89A5B4;
}
.BgClassName
{
background-color: #89A5B4;
}
</style>
border-color css
<style>
span { border-color: #89A5B4; }
span { border-color: rgb(137,165,180); }
td.TdClassName
{
border-color: #89A5B4;
}
.TagClassName
{
border-color: #89A5B4;
}
</style>