#8FA9BF

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

Shades of Nepal #8FA9BF

Tints of Nepal #8FA9BF

Color information

#8FA9BF (or 0x8FA9BF) is unknown color: approx Nepal. HEX triplet: 8F, A9 and BF. RGB value is (143,169,191). Sum of RGB (Red+Green+Blue) = 143+169+191=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #8FA9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA9BF is #705640. Grayscale: #A3A3A3. Windows color (decimal): -7362113 or 12560783. OLE color: 12560783.

HSL color Cylindrical-coordinate representation of color #8FA9BF: hue angle of 207.5º 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 #8FA9BF is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143169191-
CMYK0.250.1200.25
HSL207.5º27.27%65.49%-
HSV(B)207.5º25.13%74.9%-
XYZ34.9237.9854.78-
YUV163.73143.39113.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.43%
GREEN value IS 169 (66.41% from 255) = 33.60%
BLUE value IS 191 (75% from 255) = 37.97%
R=28.43%
G=33.60%
B=37.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431691910.250.1200.25207.527.2765.49
Hex8FA9BF19C019d01b41
Octal217251277311403132033101
Binary10001111101010011011111111001110001100111010000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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