#A4A7BF

Color #A4A7BF Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A4A7BF

Tints of Echo Blue #A4A7BF

Color information

#A4A7BF (or 0xA4A7BF) is unknown color: approx Echo Blue. HEX triplet: A4, A7 and BF. RGB value is (164,167,191). Sum of RGB (Red+Green+Blue) = 164+167+191=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #A4A7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A7BF is #5B5840. Grayscale: #A8A8A8. Windows color (decimal): -5986369 or 12560292. OLE color: 12560292.

HSL color Cylindrical-coordinate representation of color #A4A7BF: hue angle of 233.33º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4A7BF is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164167191-
CMYK0.140.1300.25
HSL233.33º17.42%69.61%-
HSV(B)233.33º14.14%74.9%-
XYZ38.5339.2954.84-
YUV168.84140.51124.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 167 (65.62% from 255) = 31.99%
BLUE value IS 191 (75% from 255) = 36.59%
R=31.42%
G=31.99%
B=36.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641671910.140.1300.25233.3317.4269.61
HexA4A7BFED019e91146
Octal244247277161503135121106
Binary1010010010100111101111111110110101100111101001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A7BF; }

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

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

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

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

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

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

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

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