#A7B1C1

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

Shades of Echo Blue #A7B1C1

Tints of Echo Blue #A7B1C1

Color information

#A7B1C1 (or 0xA7B1C1) is unknown color: approx Echo Blue. HEX triplet: A7, B1 and C1. RGB value is (167,177,193). Sum of RGB (Red+Green+Blue) = 167+177+193=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 193 - color contains mainly: blue. Hex color #A7B1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7B1C1 is #584E3E. Grayscale: #AFAFAF. Windows color (decimal): -5787199 or 12693927. OLE color: 12693927.

HSL color Cylindrical-coordinate representation of color #A7B1C1: hue angle of 216.92º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7B1C1 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167177193-
CMYK0.130.0800.24
HSL216.92º17.33%70.59%-
HSV(B)216.92º13.47%75.69%-
XYZ41.2843.5156.67-
YUV175.83137.69121.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.10%
GREEN value IS 177 (69.53% from 255) = 32.96%
BLUE value IS 193 (75.78% from 255) = 35.94%
R=31.10%
G=32.96%
B=35.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671771930.130.0800.24216.9217.3370.59
HexA7B1C1D8018d91147
Octal247261301151003033121107
Binary1010011110110001110000011101100001100011011001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B1C1; }

 p { color: rgb(167,177,193); }

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

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

 a { background-color: rgb(167,177,193); }

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

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

 span { border-color: rgb(167,177,193); }

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