#7fa7be

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

Shades of Glacier #7FA7BE

Tints of Glacier #7FA7BE

Color information

#7FA7BE (or 0x7FA7BE) is unknown color: approx Glacier. HEX triplet: 7F, A7 and BE. RGB value is (127,167,190). Sum of RGB (Red+Green+Blue) = 127+167+190=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FA7BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA7BE is #805841. Grayscale: #9D9D9D. Windows color (decimal): -8411202 or 12494719. OLE color: 12494719.

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

Color convert

RGB127167190-
CMYK0.330.1200.25
HSL201.9º32.64%62.16%-
HSV(B)201.9º33.16%74.51%-
XYZ31.8735.8753.96-
YUV157.66146.25106.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.24%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=26.24%
G=34.50%
B=39.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271671900.330.1200.25201.932.6462.16
Hex7FA7BE21C019ca213e
Octal17724727641140313124176
Binary11111111010011110111110100001110001100111001010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fa7be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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