#8FA9BE

Color #8FA9BE Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #8FA9BE

Tints of Nepal #8FA9BE

Color information

#8FA9BE (or 0x8FA9BE) is unknown color: approx Nepal. HEX triplet: 8F, A9 and BE. RGB value is (143,169,190). Sum of RGB (Red+Green+Blue) = 143+169+190=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #8FA9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA9BE is #705641. Grayscale: #A3A3A3. Windows color (decimal): -7362114 or 12495247. OLE color: 12495247.

HSL color Cylindrical-coordinate representation of color #8FA9BE: hue angle of 206.81º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FA9BE is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143169190-
CMYK0.250.1100.25
HSL206.81º26.55%65.29%-
HSV(B)206.81º24.74%74.51%-
XYZ34.8137.9354.2-
YUV163.62142.89113.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 28.49%
GREEN value IS 169 (66.41% from 255) = 33.67%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=28.49%
G=33.67%
B=37.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431691900.250.1100.25206.8126.5565.29
Hex8FA9BE19B019cf1b41
Octal217251276311303131733101
Binary10001111101010011011111011001101101100111001111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA9BE; }

 p { color: rgb(143,169,190); }

 H1.HeaderClassName
 {
   color: #8FA9BE;
 }
 .AnyTagClassName
 {
   color: #8FA9BE;
 }
</style>
background-color css

<style>
 a { background-color: #8FA9BE; }

 a { background-color: rgb(143,169,190); }

 div.DivClassName
 {
   background-color: #8FA9BE;
 }
 .BgClassName
 {
   background-color: #8FA9BE;
 }
</style>
border-color css

<style>
 span { border-color: #8FA9BE; }

 span { border-color: rgb(143,169,190); }

 td.TdClassName
 {
   border-color: #8FA9BE;
 }
 .TagClassName
 {
   border-color: #8FA9BE;
 }
</style>