#9FA7CF

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

Shades of Echo Blue #9FA7CF

Tints of Echo Blue #9FA7CF

Color information

#9FA7CF (or 0x9FA7CF) is unknown color: approx Echo Blue. HEX triplet: 9F, A7 and CF. RGB value is (159,167,207). Sum of RGB (Red+Green+Blue) = 159+167+207=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FA7CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA7CF is #605830. Grayscale: #A9A9A9. Windows color (decimal): -6314033 or 13608863. OLE color: 13608863.

HSL color Cylindrical-coordinate representation of color #9FA7CF: hue angle of 230º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FA7CF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB159167207-
CMYK0.230.1900.19
HSL230º33.33%71.76%-
HSV(B)230º23.19%81.18%-
XYZ39.3839.5164.58-
YUV169.17149.35120.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.83%
GREEN value IS 167 (65.62% from 255) = 31.33%
BLUE value IS 207 (81.25% from 255) = 38.84%
R=29.83%
G=31.33%
B=38.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1591672070.230.1900.1923033.3371.76
Hex9FA7CF1713013e62148
Octal237247317272302334641110
Binary1001111110100111110011111011110011010011111001101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,167,207); }

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

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

 a { background-color: rgb(159,167,207); }

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

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

 span { border-color: rgb(159,167,207); }

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