Shades of Nepal #8FA6BD
Tints of Nepal #8FA6BD
RGB
CMYK
RGB Variations
Color information
#8FA6BD (or 0x8FA6BD) is known color: Nepal. HEX triplet: 8F, A6 and BD. RGB value is (143,166,189). Sum of RGB (Red+Green+Blue) = 143+166+189=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #8FA6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA6BD is #705942. Grayscale: #A1A1A1. Windows color (decimal): -7362883 or 12428943. OLE color: 12428943.
HSL color Cylindrical-coordinate representation of color #8FA6BD: hue angle of 210º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FA6BD is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 166 | 189 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.26 |
| HSL | 210º | 0.26% | 0.65% | - |
| HSV(B) | 210º | 0.24% | 0.74% | - |
| XYZ | 34.15 | 36.79 | 53.44 | - |
| YUV | 161.75 | 143.38 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 189 | 0.24 | 0.12 | 0 | 0.26 | 210 | 0.26 | 0.65 |
| Hex | 8F | A6 | BD | 18 | C | 0 | 1A | D2 | 1A | 41 |
| Octal | 217 | 246 | 275 | 30 | 14 | 0 | 32 | 322 | 32 | 101 |
| Binary | 10001111 | 10100110 | 10111101 | 11000 | 1100 | 0 | 11010 | 11010010 | 11010 | 1000001 |
Color Harmonies of #8FA6BD
Complementary color
Monochromatic Colors of #8FA6BD
Black with #8FA6BD
Text Example
Text Example
White with #8FA6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA6BD; }
p { color: rgb(143,166,189); }
H1.HeaderClassName
{
color: #8FA6BD;
}
.AnyTagClassName
{
color: #8FA6BD;
}
</style>
background-color css
<style>
a { background-color: #8FA6BD; }
a { background-color: rgb(143,166,189); }
div.DivClassName
{
background-color: #8FA6BD;
}
.BgClassName
{
background-color: #8FA6BD;
}
</style>
border-color css
<style>
span { border-color: #8FA6BD; }
span { border-color: rgb(143,166,189); }
td.TdClassName
{
border-color: #8FA6BD;
}
.TagClassName
{
border-color: #8FA6BD;
}
</style>