#97A3CA

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

Shades of Echo Blue #97A3CA

Tints of Echo Blue #97A3CA

Color information

#97A3CA (or 0x97A3CA) is unknown color: approx Echo Blue. HEX triplet: 97, A3 and CA. RGB value is (151,163,202). Sum of RGB (Red+Green+Blue) = 151+163+202=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #97A3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A3CA is #685C35. Grayscale: #A3A3A3. Windows color (decimal): -6839350 or 13280151. OLE color: 13280151.

HSL color Cylindrical-coordinate representation of color #97A3CA: hue angle of 225.88º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97A3CA is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151163202-
CMYK0.250.1900.21
HSL225.88º32.48%69.22%-
HSV(B)225.88º25.25%79.22%-
XYZ36.5237.0461.1-
YUV163.86149.52118.83-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 163 (64.06% from 255) = 31.59%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=29.26%
G=31.59%
B=39.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511632020.250.1900.21225.8832.4869.22
Hex97A3CA1913015e22045
Octal227243312312302534240105
Binary1001011110100011110010101100110011010101111000101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,163,202); }

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

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

 a { background-color: rgb(151,163,202); }

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

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

 span { border-color: rgb(151,163,202); }

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