#8FA7BC

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

Shades of Nepal #8FA7BC

Tints of Nepal #8FA7BC

Color information

#8FA7BC (or 0x8FA7BC) is unknown color: approx Nepal. HEX triplet: 8F, A7 and BC. RGB value is (143,167,188). Sum of RGB (Red+Green+Blue) = 143+167+188=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #8FA7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA7BC is #705843. Grayscale: #A2A2A2. Windows color (decimal): -7362628 or 12363663. OLE color: 12363663.

HSL color Cylindrical-coordinate representation of color #8FA7BC: hue angle of 208º degrees, saturation: 0.25, 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 #8FA7BC is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB143167188-
CMYK0.240.1100.26
HSL208º25.14%64.9%-
HSV(B)208º23.94%73.73%-
XYZ34.2237.1152.94-
YUV162.22142.55114.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.71%
GREEN value IS 167 (65.62% from 255) = 33.53%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=28.71%
G=33.53%
B=37.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431671880.240.1100.2620825.1464.9
Hex8FA7BC18B01Ad01941
Octal217247274301303232031101
Binary10001111101001111011110011000101101101011010000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,167,188); }

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

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

 a { background-color: rgb(143,167,188); }

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

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

 span { border-color: rgb(143,167,188); }

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