#8CA7BF

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

Shades of Nepal #8CA7BF

Tints of Nepal #8CA7BF

Color information

#8CA7BF (or 0x8CA7BF) is unknown color: approx Nepal. HEX triplet: 8C, A7 and BF. RGB value is (140,167,191). Sum of RGB (Red+Green+Blue) = 140+167+191=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: blue. Hex color #8CA7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA7BF is #735840. Grayscale: #A1A1A1. Windows color (decimal): -7559233 or 12560268. OLE color: 12560268.

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

Color convert

RGB140167191-
CMYK0.270.1300.25
HSL208.24º28.49%64.9%-
HSV(B)208.24º26.7%74.9%-
XYZ34.0436.9754.63-
YUV161.66144.55112.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.11%
GREEN value IS 167 (65.62% from 255) = 33.53%
BLUE value IS 191 (75% from 255) = 38.35%
R=28.11%
G=33.53%
B=38.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401671910.270.1300.25208.2428.4964.9
Hex8CA7BF1BD019d01c41
Octal214247277331503132034101
Binary10001100101001111011111111011110101100111010000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,167,191); }

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

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

 a { background-color: rgb(140,167,191); }

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

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

 span { border-color: rgb(140,167,191); }

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