#A7B4CF

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

Shades of Echo Blue #A7B4CF

Tints of Echo Blue #A7B4CF

Color information

#A7B4CF (or 0xA7B4CF) is unknown color: approx Echo Blue. HEX triplet: A7, B4 and CF. RGB value is (167,180,207). Sum of RGB (Red+Green+Blue) = 167+180+207=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #A7B4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B4CF is #584B30. Grayscale: #B3B3B3. Windows color (decimal): -5786417 or 13612199. OLE color: 13612199.

HSL color Cylindrical-coordinate representation of color #A7B4CF: hue angle of 220.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7B4CF is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167180207-
CMYK0.190.1300.19
HSL220.5º29.41%73.33%-
HSV(B)220.5º19.32%81.18%-
XYZ43.5245.3665.49-
YUV179.19143.69119.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.14%
GREEN value IS 180 (70.70% from 255) = 32.49%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=30.14%
G=32.49%
B=37.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671802070.190.1300.19220.529.4173.33
HexA7B4CF13D013dc1d49
Octal247264317231502333435111
Binary10100111101101001100111110011110101001111011100111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B4CF; }

 p { color: rgb(167,180,207); }

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

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

 a { background-color: rgb(167,180,207); }

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

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

 span { border-color: rgb(167,180,207); }

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