#9BA7CA

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

Shades of Echo Blue #9BA7CA

Tints of Echo Blue #9BA7CA

Color information

#9BA7CA (or 0x9BA7CA) is unknown color: approx Echo Blue. HEX triplet: 9B, A7 and CA. RGB value is (155,167,202). Sum of RGB (Red+Green+Blue) = 155+167+202=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 167 (65.62% from 255 or 31.87% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BA7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7CA is #645835. Grayscale: #A7A7A7. Windows color (decimal): -6576182 or 13281179. OLE color: 13281179.

HSL color Cylindrical-coordinate representation of color #9BA7CA: hue angle of 224.68º degrees, saturation: 0.31, 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 #9BA7CA is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB155167202-
CMYK0.230.1700.21
HSL224.68º30.72%70%-
HSV(B)224.68º23.27%79.22%-
XYZ3838.8761.38-
YUV167.4147.52119.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.58%
GREEN value IS 167 (65.62% from 255) = 31.87%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=29.58%
G=31.87%
B=38.55%

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
Decimal1551672020.230.1700.21224.6830.7270
Hex9BA7CA1711015e11f46
Octal233247312272102534137106
Binary100110111010011111001010101111000101010111100001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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