#7FA5BF

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

Shades of Nepal #7FA5BF

Tints of Nepal #7FA5BF

Color information

#7FA5BF (or 0x7FA5BF) is unknown color: approx Nepal. HEX triplet: 7F, A5 and BF. RGB value is (127,165,191). Sum of RGB (Red+Green+Blue) = 127+165+191=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #7FA5BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA5BF is #805A40. Grayscale: #9C9C9C. Windows color (decimal): -8411713 or 12559743. OLE color: 12559743.

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

Color convert

RGB127165191-
CMYK0.340.1400.25
HSL204.38º33.33%62.35%-
HSV(B)204.38º33.51%74.9%-
XYZ31.6135.1854.42-
YUV156.6147.41106.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.29%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 191 (75% from 255) = 39.54%
R=26.29%
G=34.16%
B=39.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271651910.340.1400.25204.3833.3362.35
Hex7FA5BF22E019cc213e
Octal17724527742160313144176
Binary11111111010010110111111100010111001100111001100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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