#9BA7DC

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

Shades of Echo Blue #9BA7DC

Tints of Echo Blue #9BA7DC

Color information

#9BA7DC (or 0x9BA7DC) is unknown color: approx Echo Blue. HEX triplet: 9B, A7 and DC. RGB value is (155,167,220). Sum of RGB (Red+Green+Blue) = 155+167+220=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BA7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7DC is #645823. Grayscale: #A9A9A9. Windows color (decimal): -6576164 or 14460827. OLE color: 14460827.

HSL color Cylindrical-coordinate representation of color #9BA7DC: hue angle of 228.92º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA7DC is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155167220-
CMYK0.300.2400.14
HSL228.92º48.15%73.53%-
HSV(B)228.92º29.55%86.27%-
XYZ40.2539.7773.27-
YUV169.45156.52117.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.60%
GREEN value IS 167 (65.62% from 255) = 30.81%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=28.60%
G=30.81%
B=40.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551672200.300.2400.14228.9248.1573.53
Hex9BA7DC1E180Ee5304a
Octal233247334363001634560112
Binary100110111010011111011100111101100001110111001011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,167,220); }

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

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

 a { background-color: rgb(155,167,220); }

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

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

 span { border-color: rgb(155,167,220); }

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