#8FA3B2

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

Shades of Nepal #8FA3B2

Tints of Nepal #8FA3B2

Color information

#8FA3B2 (or 0x8FA3B2) is unknown color: approx Nepal. HEX triplet: 8F, A3 and B2. RGB value is (143,163,178). Sum of RGB (Red+Green+Blue) = 143+163+178=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 178 - color contains mainly: blue. Hex color #8FA3B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA3B2 is #705C4D. Grayscale: #9E9E9E. Windows color (decimal): -7363662 or 11707279. OLE color: 11707279.

HSL color Cylindrical-coordinate representation of color #8FA3B2: hue angle of 205.71º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8FA3B2 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB143163178-
CMYK0.200.0800.30
HSL205.71º18.52%62.94%-
HSV(B)205.71º19.66%69.8%-
XYZ32.4635.2547.21-
YUV158.73138.87116.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.55%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 178 (69.92% from 255) = 36.78%
R=29.55%
G=33.68%
B=36.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1431631780.200.0800.30205.7118.5262.94
Hex8FA3B214801Ece133f
Octal21724326224100363162377
Binary1000111110100011101100101010010000111101100111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,163,178); }

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

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

 a { background-color: rgb(143,163,178); }

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

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

 span { border-color: rgb(143,163,178); }

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