Shades of Nepal #89ABBE
Tints of Nepal #89ABBE
RGB
CMYK
RGB Variations
Color information
#89ABBE (or 0x89ABBE) is known color: Nepal. HEX triplet: 89, AB and BE. RGB value is (137,171,190). Sum of RGB (Red+Green+Blue) = 137+171+190=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #89ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABBE is #765441. Grayscale: #A2A2A2. Windows color (decimal): -7754818 or 12495753. OLE color: 12495753.
HSL color Cylindrical-coordinate representation of color #89ABBE: hue angle of 201.51º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89ABBE is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 171 | 190 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.25 |
| HSL | 201.51º | 0.29% | 0.64% | - |
| HSV(B) | 201.51º | 0.28% | 0.75% | - |
| XYZ | 34.17 | 38.16 | 54.28 | - |
| YUV | 163 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 190 | 0.28 | 0.10 | 0 | 0.25 | 201.51 | 0.29 | 0.64 |
| Hex | 89 | AB | BE | 1C | A | 0 | 19 | CA | 1D | 40 |
| Octal | 211 | 253 | 276 | 34 | 12 | 0 | 31 | 312 | 35 | 100 |
| Binary | 10001001 | 10101011 | 10111110 | 11100 | 1010 | 0 | 11001 | 11001010 | 11101 | 1000000 |
Color Harmonies of #89ABBE
Complementary color
Monochromatic Colors of #89ABBE
Black with #89ABBE
Text Example
Text Example
White with #89ABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABBE; }
p { color: rgb(137,171,190); }
H1.HeaderClassName
{
color: #89ABBE;
}
.AnyTagClassName
{
color: #89ABBE;
}
</style>
background-color css
<style>
a { background-color: #89ABBE; }
a { background-color: rgb(137,171,190); }
div.DivClassName
{
background-color: #89ABBE;
}
.BgClassName
{
background-color: #89ABBE;
}
</style>
border-color css
<style>
span { border-color: #89ABBE; }
span { border-color: rgb(137,171,190); }
td.TdClassName
{
border-color: #89ABBE;
}
.TagClassName
{
border-color: #89ABBE;
}
</style>