#9CA7D4

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

Shades of Echo Blue #9CA7D4

Tints of Echo Blue #9CA7D4

Color information

#9CA7D4 (or 0x9CA7D4) is unknown color: approx Echo Blue. HEX triplet: 9C, A7 and D4. RGB value is (156,167,212). Sum of RGB (Red+Green+Blue) = 156+167+212=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #9CA7D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA7D4 is #63582B. Grayscale: #A8A8A8. Windows color (decimal): -6510636 or 13936540. OLE color: 13936540.

HSL color Cylindrical-coordinate representation of color #9CA7D4: hue angle of 228.21º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CA7D4 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB156167212-
CMYK0.260.2100.17
HSL228.21º39.44%72.16%-
HSV(B)228.21º26.42%83.14%-
XYZ39.4139.4667.83-
YUV168.84152.36118.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.16%
GREEN value IS 167 (65.62% from 255) = 31.21%
BLUE value IS 212 (83.20% from 255) = 39.63%
R=29.16%
G=31.21%
B=39.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1561672120.260.2100.17228.2139.4472.16
Hex9CA7D41A15011e42748
Octal234247324322502134447110
Binary1001110010100111110101001101010101010001111001001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CA7D4; }

 p { color: rgb(156,167,212); }

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

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

 a { background-color: rgb(156,167,212); }

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

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

 span { border-color: rgb(156,167,212); }

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