#9BA4CA

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

Shades of Echo Blue #9BA4CA

Tints of Echo Blue #9BA4CA

Color information

#9BA4CA (or 0x9BA4CA) is unknown color: approx Echo Blue. HEX triplet: 9B, A4 and CA. RGB value is (155,164,202). Sum of RGB (Red+Green+Blue) = 155+164+202=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BA4CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA4CA is #645B35. Grayscale: #A5A5A5. Windows color (decimal): -6576950 or 13280411. OLE color: 13280411.

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

Color convert

RGB155164202-
CMYK0.230.1900.21
HSL228.51º30.72%70%-
HSV(B)228.51º23.27%79.22%-
XYZ37.4537.7861.2-
YUV165.64148.52120.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.75%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=29.75%
G=31.48%
B=38.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551642020.230.1900.21228.5130.7270
Hex9BA4CA1713015e51f46
Octal233244312272302534537106
Binary100110111010010011001010101111001101010111100101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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