Shades of Nepal #8FA7BA
Tints of Nepal #8FA7BA
RGB
CMYK
RGB Variations
Color information
#8FA7BA (or 0x8FA7BA) is known color: Nepal. HEX triplet: 8F, A7 and BA. RGB value is (143,167,186). Sum of RGB (Red+Green+Blue) = 143+167+186=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FA7BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA7BA is #705845. Grayscale: #A1A1A1. Windows color (decimal): -7362630 or 12232591. OLE color: 12232591.
HSL color Cylindrical-coordinate representation of color #8FA7BA: hue angle of 206.51º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FA7BA is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 167 | 186 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.27 |
| HSL | 206.51º | 0.24% | 0.65% | - |
| HSV(B) | 206.51º | 0.23% | 0.73% | - |
| XYZ | 34.01 | 37.02 | 51.81 | - |
| YUV | 161.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 186 | 0.23 | 0.10 | 0 | 0.27 | 206.51 | 0.24 | 0.65 |
| Hex | 8F | A7 | BA | 17 | A | 0 | 1B | CF | 18 | 41 |
| Octal | 217 | 247 | 272 | 27 | 12 | 0 | 33 | 317 | 30 | 101 |
| Binary | 10001111 | 10100111 | 10111010 | 10111 | 1010 | 0 | 11011 | 11001111 | 11000 | 1000001 |
Color Harmonies of #8FA7BA
Complementary color
Monochromatic Colors of #8FA7BA
Black with #8FA7BA
Text Example
Text Example
White with #8FA7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA7BA; }
p { color: rgb(143,167,186); }
H1.HeaderClassName
{
color: #8FA7BA;
}
.AnyTagClassName
{
color: #8FA7BA;
}
</style>
background-color css
<style>
a { background-color: #8FA7BA; }
a { background-color: rgb(143,167,186); }
div.DivClassName
{
background-color: #8FA7BA;
}
.BgClassName
{
background-color: #8FA7BA;
}
</style>
border-color css
<style>
span { border-color: #8FA7BA; }
span { border-color: rgb(143,167,186); }
td.TdClassName
{
border-color: #8FA7BA;
}
.TagClassName
{
border-color: #8FA7BA;
}
</style>