#7FA4BE

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

Shades of Nepal #7FA4BE

Tints of Nepal #7FA4BE

Color information

#7FA4BE (or 0x7FA4BE) is unknown color: approx Nepal. HEX triplet: 7F, A4 and BE. RGB value is (127,164,190). Sum of RGB (Red+Green+Blue) = 127+164+190=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FA4BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA4BE is #805B41. Grayscale: #9B9B9B. Windows color (decimal): -8411970 or 12493951. OLE color: 12493951.

HSL color Cylindrical-coordinate representation of color #7FA4BE: hue angle of 204.76º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FA4BE is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127164190-
CMYK0.330.1400.25
HSL204.76º32.64%62.16%-
HSV(B)204.76º33.16%74.51%-
XYZ31.3234.7853.78-
YUV155.9147.24107.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.40%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=26.40%
G=34.10%
B=39.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271641900.330.1400.25204.7632.6462.16
Hex7FA4BE21E019cd213e
Octal17724427641160313154176
Binary11111111010010010111110100001111001100111001101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FA4BE; }

 p { color: rgb(127,164,190); }

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

<style>
 a { background-color: #7FA4BE; }

 a { background-color: rgb(127,164,190); }

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

<style>
 span { border-color: #7FA4BE; }

 span { border-color: rgb(127,164,190); }

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