#8FA4AF

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

Shades of Nepal #8FA4AF

Tints of Nepal #8FA4AF

Color information

#8FA4AF (or 0x8FA4AF) is unknown color: approx Nepal. HEX triplet: 8F, A4 and AF. RGB value is (143,164,175). Sum of RGB (Red+Green+Blue) = 143+164+175=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 175 - color contains mainly: blue. Hex color #8FA4AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA4AF is #705B50. Grayscale: #9E9E9E. Windows color (decimal): -7363409 or 11510927. OLE color: 11510927.

HSL color Cylindrical-coordinate representation of color #8FA4AF: hue angle of 200.62º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FA4AF is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB143164175-
CMYK0.180.0600.31
HSL200.62º16.67%62.35%-
HSV(B)200.62º18.29%68.63%-
XYZ32.3435.4945.7-
YUV158.98137.04116.61-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.67%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=29.67%
G=34.02%
B=36.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431641750.180.0600.31200.6216.6762.35
Hex8FA4AF12601Fc9113e
Octal2172442572260373112176
Binary100011111010010010101111100101100111111100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,164,175); }

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

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

 a { background-color: rgb(143,164,175); }

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

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

 span { border-color: rgb(143,164,175); }

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