#97A7D7

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

Shades of Echo Blue #97A7D7

Tints of Echo Blue #97A7D7

Color information

#97A7D7 (or 0x97A7D7) is unknown color: approx Echo Blue. HEX triplet: 97, A7 and D7. RGB value is (151,167,215). Sum of RGB (Red+Green+Blue) = 151+167+215=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #97A7D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A7D7 is #685828. Grayscale: #A7A7A7. Windows color (decimal): -6838313 or 14133143. OLE color: 14133143.

HSL color Cylindrical-coordinate representation of color #97A7D7: hue angle of 225º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97A7D7 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB151167215-
CMYK0.300.2200.16
HSL225º44.44%71.76%-
HSV(B)225º29.77%84.31%-
XYZ38.8539.1269.79-
YUV167.69154.7116.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.33%
GREEN value IS 167 (65.62% from 255) = 31.33%
BLUE value IS 215 (84.38% from 255) = 40.34%
R=28.33%
G=31.33%
B=40.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1511672150.300.2200.1622544.4471.76
Hex97A7D71E16010e12c48
Octal227247327362602034154110
Binary1001011110100111110101111111010110010000111000011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A7D7; }

 p { color: rgb(151,167,215); }

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

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

 a { background-color: rgb(151,167,215); }

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

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

 span { border-color: rgb(151,167,215); }

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