#9CA7DF

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

Shades of Echo Blue #9CA7DF

Tints of Echo Blue #9CA7DF

Color information

#9CA7DF (or 0x9CA7DF) is unknown color: approx Echo Blue. HEX triplet: 9C, A7 and DF. RGB value is (156,167,223). Sum of RGB (Red+Green+Blue) = 156+167+223=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #9CA7DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA7DF is #635820. Grayscale: #A9A9A9. Windows color (decimal): -6510625 or 14657436. OLE color: 14657436.

HSL color Cylindrical-coordinate representation of color #9CA7DF: hue angle of 230.15º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CA7DF is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156167223-
CMYK0.300.2500.13
HSL230.15º51.15%74.31%-
HSV(B)230.15º30.04%87.45%-
XYZ40.8540.0375.39-
YUV170.1157.86117.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.57%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=28.57%
G=30.59%
B=40.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561672230.300.2500.13230.1551.1574.31
Hex9CA7DF1E190De6334a
Octal234247337363101534663112
Binary100111001010011111011111111101100101101111001101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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