#7FA5BE

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

Shades of Nepal #7FA5BE

Tints of Nepal #7FA5BE

Color information

#7FA5BE (or 0x7FA5BE) is unknown color: approx Nepal. HEX triplet: 7F, A5 and BE. RGB value is (127,165,190). Sum of RGB (Red+Green+Blue) = 127+165+190=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FA5BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA5BE is #805A41. Grayscale: #9C9C9C. Windows color (decimal): -8411714 or 12494207. OLE color: 12494207.

HSL color Cylindrical-coordinate representation of color #7FA5BE: hue angle of 203.81º 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 #7FA5BE is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127165190-
CMYK0.330.1300.25
HSL203.81º32.64%62.16%-
HSV(B)203.81º33.16%74.51%-
XYZ31.535.1453.84-
YUV156.49146.91106.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.35%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 190 (74.61% from 255) = 39.42%
R=26.35%
G=34.23%
B=39.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271651900.330.1300.25203.8132.6462.16
Hex7FA5BE21D019cc213e
Octal17724527641150313144176
Binary11111111010010110111110100001110101100111001100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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