#7FA7BF

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

Shades of Glacier #7FA7BF

Tints of Glacier #7FA7BF

Color information

#7FA7BF (or 0x7FA7BF) is unknown color: approx Glacier. HEX triplet: 7F, A7 and BF. RGB value is (127,167,191). Sum of RGB (Red+Green+Blue) = 127+167+191=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #7FA7BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA7BF is #805840. Grayscale: #9D9D9D. Windows color (decimal): -8411201 or 12560255. OLE color: 12560255.

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

Color convert

RGB127167191-
CMYK0.340.1300.25
HSL202.5º33.33%62.35%-
HSV(B)202.5º33.51%74.9%-
XYZ31.9835.9154.54-
YUV157.78146.75106.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.19%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 191 (75% from 255) = 39.38%
R=26.19%
G=34.43%
B=39.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271671910.340.1300.25202.533.3362.35
Hex7FA7BF22D019ca213e
Octal17724727742150313124176
Binary11111111010011110111111100010110101100111001010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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