Shades of Nepal #89A4BA
Tints of Nepal #89A4BA
RGB
CMYK
RGB Variations
Color information
#89A4BA (or 0x89A4BA) is known color: Nepal. HEX triplet: 89, A4 and BA. RGB value is (137,164,186). Sum of RGB (Red+Green+Blue) = 137+164+186=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #89A4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A4BA is #765B45. Grayscale: #9E9E9E. Windows color (decimal): -7756614 or 12231817. OLE color: 12231817.
HSL color Cylindrical-coordinate representation of color #89A4BA: hue angle of 206.94º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89A4BA is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 164 | 186 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.27 |
| HSL | 206.94º | 0.26% | 0.63% | - |
| HSV(B) | 206.94º | 0.26% | 0.73% | - |
| XYZ | 32.45 | 35.41 | 51.58 | - |
| YUV | 158.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 164 | 186 | 0.26 | 0.12 | 0 | 0.27 | 206.94 | 0.26 | 0.63 |
| Hex | 89 | A4 | BA | 1A | C | 0 | 1B | CF | 1A | 3F |
| Octal | 211 | 244 | 272 | 32 | 14 | 0 | 33 | 317 | 32 | 77 |
| Binary | 10001001 | 10100100 | 10111010 | 11010 | 1100 | 0 | 11011 | 11001111 | 11010 | 111111 |
Color Harmonies of #89A4BA
Complementary color
Monochromatic Colors of #89A4BA
Black with #89A4BA
Text Example
Text Example
White with #89A4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A4BA; }
p { color: rgb(137,164,186); }
H1.HeaderClassName
{
color: #89A4BA;
}
.AnyTagClassName
{
color: #89A4BA;
}
</style>
background-color css
<style>
a { background-color: #89A4BA; }
a { background-color: rgb(137,164,186); }
div.DivClassName
{
background-color: #89A4BA;
}
.BgClassName
{
background-color: #89A4BA;
}
</style>
border-color css
<style>
span { border-color: #89A4BA; }
span { border-color: rgb(137,164,186); }
td.TdClassName
{
border-color: #89A4BA;
}
.TagClassName
{
border-color: #89A4BA;
}
</style>