#9CA7CA

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

Shades of Echo Blue #9CA7CA

Tints of Echo Blue #9CA7CA

Color information

#9CA7CA (or 0x9CA7CA) is unknown color: approx Echo Blue. HEX triplet: 9C, A7 and CA. RGB value is (156,167,202). Sum of RGB (Red+Green+Blue) = 156+167+202=525 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.71% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CA7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA7CA is #635835. Grayscale: #A7A7A7. Windows color (decimal): -6510646 or 13281180. OLE color: 13281180.

HSL color Cylindrical-coordinate representation of color #9CA7CA: hue angle of 225.65º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CA7CA is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156167202-
CMYK0.230.1700.21
HSL225.65º30.26%70.2%-
HSV(B)225.65º22.77%79.22%-
XYZ38.1938.9761.39-
YUV167.7147.36119.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.71%
GREEN value IS 167 (65.62% from 255) = 31.81%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=29.71%
G=31.81%
B=38.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561672020.230.1700.21225.6530.2670.2
Hex9CA7CA1711015e21e46
Octal234247312272102534236106
Binary100111001010011111001010101111000101010111100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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