Shades of Nepal #8FA1B1
Tints of Nepal #8FA1B1
RGB
CMYK
RGB Variations
Color information
#8FA1B1 (or 0x8FA1B1) is known color: Nepal. HEX triplet: 8F, A1 and B1. RGB value is (143,161,177). Sum of RGB (Red+Green+Blue) = 143+161+177=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 177 - color contains mainly: blue. Hex color #8FA1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA1B1 is #705E4E. Grayscale: #9D9D9D. Windows color (decimal): -7364175 or 11641231. OLE color: 11641231.
HSL color Cylindrical-coordinate representation of color #8FA1B1: hue angle of 208.24º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8FA1B1 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 161 | 177 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.31 |
| HSL | 208.24º | 0.18% | 0.63% | - |
| HSV(B) | 208.24º | 0.19% | 0.69% | - |
| XYZ | 32.01 | 34.5 | 46.57 | - |
| YUV | 157.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 177 | 0.19 | 0.09 | 0 | 0.31 | 208.24 | 0.18 | 0.63 |
| Hex | 8F | A1 | B1 | 13 | 9 | 0 | 1F | D0 | 12 | 3F |
| Octal | 217 | 241 | 261 | 23 | 11 | 0 | 37 | 320 | 22 | 77 |
| Binary | 10001111 | 10100001 | 10110001 | 10011 | 1001 | 0 | 11111 | 11010000 | 10010 | 111111 |
Color Harmonies of #8FA1B1
Complementary color
Monochromatic Colors of #8FA1B1
Black with #8FA1B1
Text Example
Text Example
White with #8FA1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA1B1; }
p { color: rgb(143,161,177); }
H1.HeaderClassName
{
color: #8FA1B1;
}
.AnyTagClassName
{
color: #8FA1B1;
}
</style>
background-color css
<style>
a { background-color: #8FA1B1; }
a { background-color: rgb(143,161,177); }
div.DivClassName
{
background-color: #8FA1B1;
}
.BgClassName
{
background-color: #8FA1B1;
}
</style>
border-color css
<style>
span { border-color: #8FA1B1; }
span { border-color: rgb(143,161,177); }
td.TdClassName
{
border-color: #8FA1B1;
}
.TagClassName
{
border-color: #8FA1B1;
}
</style>