Shades of Nepal #8FA6BA
Tints of Nepal #8FA6BA
RGB
CMYK
RGB Variations
Color information
#8FA6BA (or 0x8FA6BA) is known color: Nepal. HEX triplet: 8F, A6 and BA. RGB value is (143,166,186). Sum of RGB (Red+Green+Blue) = 143+166+186=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FA6BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA6BA is #705945. Grayscale: #A1A1A1. Windows color (decimal): -7362886 or 12232335. OLE color: 12232335.
HSL color Cylindrical-coordinate representation of color #8FA6BA: hue angle of 207.91º 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 #8FA6BA is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 166 | 186 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.27 |
| HSL | 207.91º | 0.24% | 0.65% | - |
| HSV(B) | 207.91º | 0.23% | 0.73% | - |
| XYZ | 33.83 | 36.66 | 51.75 | - |
| YUV | 161.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 186 | 0.23 | 0.11 | 0 | 0.27 | 207.91 | 0.24 | 0.65 |
| Hex | 8F | A6 | BA | 17 | B | 0 | 1B | D0 | 18 | 41 |
| Octal | 217 | 246 | 272 | 27 | 13 | 0 | 33 | 320 | 30 | 101 |
| Binary | 10001111 | 10100110 | 10111010 | 10111 | 1011 | 0 | 11011 | 11010000 | 11000 | 1000001 |
Color Harmonies of #8FA6BA
Complementary color
Monochromatic Colors of #8FA6BA
Black with #8FA6BA
Text Example
Text Example
White with #8FA6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA6BA; }
p { color: rgb(143,166,186); }
H1.HeaderClassName
{
color: #8FA6BA;
}
.AnyTagClassName
{
color: #8FA6BA;
}
</style>
background-color css
<style>
a { background-color: #8FA6BA; }
a { background-color: rgb(143,166,186); }
div.DivClassName
{
background-color: #8FA6BA;
}
.BgClassName
{
background-color: #8FA6BA;
}
</style>
border-color css
<style>
span { border-color: #8FA6BA; }
span { border-color: rgb(143,166,186); }
td.TdClassName
{
border-color: #8FA6BA;
}
.TagClassName
{
border-color: #8FA6BA;
}
</style>