Shades of Nepal #8AA1B4
Tints of Nepal #8AA1B4
RGB
CMYK
RGB Variations
Color information
#8AA1B4 (or 0x8AA1B4) is known color: Nepal. HEX triplet: 8A, A1 and B4. RGB value is (138,161,180). Sum of RGB (Red+Green+Blue) = 138+161+180=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 180 - color contains mainly: blue. Hex color #8AA1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA1B4 is #755E4B. Grayscale: #9C9C9C. Windows color (decimal): -7691852 or 11837834. OLE color: 11837834.
HSL color Cylindrical-coordinate representation of color #8AA1B4: hue angle of 207.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AA1B4 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 161 | 180 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.29 |
| HSL | 207.14º | 0.22% | 0.62% | - |
| HSV(B) | 207.14º | 0.23% | 0.71% | - |
| XYZ | 31.46 | 34.19 | 48.12 | - |
| YUV | 156.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 180 | 0.23 | 0.11 | 0 | 0.29 | 207.14 | 0.22 | 0.62 |
| Hex | 8A | A1 | B4 | 17 | B | 0 | 1D | CF | 16 | 3E |
| Octal | 212 | 241 | 264 | 27 | 13 | 0 | 35 | 317 | 26 | 76 |
| Binary | 10001010 | 10100001 | 10110100 | 10111 | 1011 | 0 | 11101 | 11001111 | 10110 | 111110 |
Color Harmonies of #8AA1B4
Complementary color
Monochromatic Colors of #8AA1B4
Black with #8AA1B4
Text Example
Text Example
White with #8AA1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA1B4; }
p { color: rgb(138,161,180); }
H1.HeaderClassName
{
color: #8AA1B4;
}
.AnyTagClassName
{
color: #8AA1B4;
}
</style>
background-color css
<style>
a { background-color: #8AA1B4; }
a { background-color: rgb(138,161,180); }
div.DivClassName
{
background-color: #8AA1B4;
}
.BgClassName
{
background-color: #8AA1B4;
}
</style>
border-color css
<style>
span { border-color: #8AA1B4; }
span { border-color: rgb(138,161,180); }
td.TdClassName
{
border-color: #8AA1B4;
}
.TagClassName
{
border-color: #8AA1B4;
}
</style>