#9BA3CB

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

Shades of Echo Blue #9BA3CB

Tints of Echo Blue #9BA3CB

Color information

#9BA3CB (or 0x9BA3CB) is unknown color: approx Echo Blue. HEX triplet: 9B, A3 and CB. RGB value is (155,163,203). Sum of RGB (Red+Green+Blue) = 155+163+203=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BA3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3CB is #645C34. Grayscale: #A5A5A5. Windows color (decimal): -6577205 or 13345691. OLE color: 13345691.

HSL color Cylindrical-coordinate representation of color #9BA3CB: hue angle of 230º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BA3CB is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB155163203-
CMYK0.240.2000.20
HSL230º31.58%70.2%-
HSV(B)230º23.65%79.61%-
XYZ37.3937.4761.76-
YUV165.17149.35120.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.75%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=29.75%
G=31.29%
B=38.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551632030.240.2000.2023031.5870.2
Hex9BA3CB1814014e62046
Octal233243313302402434640106
Binary1001101110100011110010111100010100010100111001101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,163,203); }

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

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

 a { background-color: rgb(155,163,203); }

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

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

 span { border-color: rgb(155,163,203); }

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