Shades of Nepal #89A3BA
Tints of Nepal #89A3BA
RGB
CMYK
RGB Variations
Color information
#89A3BA (or 0x89A3BA) is known color: Nepal. HEX triplet: 89, A3 and BA. RGB value is (137,163,186). Sum of RGB (Red+Green+Blue) = 137+163+186=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #89A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A3BA is #765C45. Grayscale: #9D9D9D. Windows color (decimal): -7756870 or 12231561. OLE color: 12231561.
HSL color Cylindrical-coordinate representation of color #89A3BA: hue angle of 208.16º 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 #89A3BA is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 163 | 186 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.27 |
| HSL | 208.16º | 0.26% | 0.63% | - |
| HSV(B) | 208.16º | 0.26% | 0.73% | - |
| XYZ | 32.28 | 35.06 | 51.52 | - |
| YUV | 157.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 163 | 186 | 0.26 | 0.12 | 0 | 0.27 | 208.16 | 0.26 | 0.63 |
| Hex | 89 | A3 | BA | 1A | C | 0 | 1B | D0 | 1A | 3F |
| Octal | 211 | 243 | 272 | 32 | 14 | 0 | 33 | 320 | 32 | 77 |
| Binary | 10001001 | 10100011 | 10111010 | 11010 | 1100 | 0 | 11011 | 11010000 | 11010 | 111111 |
Color Harmonies of #89A3BA
Complementary color
Monochromatic Colors of #89A3BA
Black with #89A3BA
Text Example
Text Example
White with #89A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A3BA; }
p { color: rgb(137,163,186); }
H1.HeaderClassName
{
color: #89A3BA;
}
.AnyTagClassName
{
color: #89A3BA;
}
</style>
background-color css
<style>
a { background-color: #89A3BA; }
a { background-color: rgb(137,163,186); }
div.DivClassName
{
background-color: #89A3BA;
}
.BgClassName
{
background-color: #89A3BA;
}
</style>
border-color css
<style>
span { border-color: #89A3BA; }
span { border-color: rgb(137,163,186); }
td.TdClassName
{
border-color: #89A3BA;
}
.TagClassName
{
border-color: #89A3BA;
}
</style>