#7FA7BD

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

Shades of Glacier #7FA7BD

Tints of Glacier #7FA7BD

Color information

#7FA7BD (or 0x7FA7BD) is unknown color: approx Glacier. HEX triplet: 7F, A7 and BD. RGB value is (127,167,189). Sum of RGB (Red+Green+Blue) = 127+167+189=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FA7BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA7BD is #805842. Grayscale: #9D9D9D. Windows color (decimal): -8411203 or 12429183. OLE color: 12429183.

HSL color Cylindrical-coordinate representation of color #7FA7BD: hue angle of 201.29º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7FA7BD is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB127167189-
CMYK0.330.1200.26
HSL201.29º31.96%61.96%-
HSV(B)201.29º32.8%74.12%-
XYZ31.7635.8253.39-
YUV157.55145.75106.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.29%
GREEN value IS 167 (65.62% from 255) = 34.58%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=26.29%
G=34.58%
B=39.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271671890.330.1200.26201.2931.9661.96
Hex7FA7BD21C01Ac9203e
Octal17724727541140323114076
Binary11111111010011110111101100001110001101011001001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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