Shades of Nepal #8FA2AF
Tints of Nepal #8FA2AF
RGB
CMYK
RGB Variations
Color information
#8FA2AF (or 0x8FA2AF) is known color: Nepal. HEX triplet: 8F, A2 and AF. RGB value is (143,162,175). Sum of RGB (Red+Green+Blue) = 143+162+175=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #8FA2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA2AF is #705D50. Grayscale: #9D9D9D. Windows color (decimal): -7363921 or 11510415. OLE color: 11510415.
HSL color Cylindrical-coordinate representation of color #8FA2AF: hue angle of 204.38º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FA2AF is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 162 | 175 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.31 |
| HSL | 204.38º | 0.17% | 0.62% | - |
| HSV(B) | 204.38º | 0.18% | 0.69% | - |
| XYZ | 31.99 | 34.78 | 45.58 | - |
| YUV | 157.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 175 | 0.18 | 0.07 | 0 | 0.31 | 204.38 | 0.17 | 0.62 |
| Hex | 8F | A2 | AF | 12 | 7 | 0 | 1F | CC | 11 | 3E |
| Octal | 217 | 242 | 257 | 22 | 7 | 0 | 37 | 314 | 21 | 76 |
| Binary | 10001111 | 10100010 | 10101111 | 10010 | 111 | 0 | 11111 | 11001100 | 10001 | 111110 |
Color Harmonies of #8FA2AF
Complementary color
Monochromatic Colors of #8FA2AF
Black with #8FA2AF
Text Example
Text Example
White with #8FA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA2AF; }
p { color: rgb(143,162,175); }
H1.HeaderClassName
{
color: #8FA2AF;
}
.AnyTagClassName
{
color: #8FA2AF;
}
</style>
background-color css
<style>
a { background-color: #8FA2AF; }
a { background-color: rgb(143,162,175); }
div.DivClassName
{
background-color: #8FA2AF;
}
.BgClassName
{
background-color: #8FA2AF;
}
</style>
border-color css
<style>
span { border-color: #8FA2AF; }
span { border-color: rgb(143,162,175); }
td.TdClassName
{
border-color: #8FA2AF;
}
.TagClassName
{
border-color: #8FA2AF;
}
</style>