#9FA9DB

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

Shades of Echo Blue #9FA9DB

Tints of Echo Blue #9FA9DB

Color information

#9FA9DB (or 0x9FA9DB) is unknown color: approx Echo Blue. HEX triplet: 9F, A9 and DB. RGB value is (159,169,219). Sum of RGB (Red+Green+Blue) = 159+169+219=547 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.07% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FA9DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA9DB is #605624. Grayscale: #ABABAB. Windows color (decimal): -6313509 or 14395807. OLE color: 14395807.

HSL color Cylindrical-coordinate representation of color #9FA9DB: hue angle of 230º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FA9DB is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159169219-
CMYK0.270.2300.14
HSL230º45.45%74.12%-
HSV(B)230º27.4%85.88%-
XYZ41.2740.8672.73-
YUV171.71154.69118.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.07%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=29.07%
G=30.90%
B=40.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591692190.270.2300.1423045.4574.12
Hex9FA9DB1B170Ee62d4a
Octal237251333332701634655112
Binary100111111010100111011011110111011101110111001101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,169,219); }

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

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

 a { background-color: rgb(159,169,219); }

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

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

 span { border-color: rgb(159,169,219); }

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