Html Css Color HEX #9FA7CE Echo Blue

📋 copy color: '#9FA7CE'

red 159 ◦ green 167 ◦ blue 206

#9FA7CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #9FA7CE

Tints of Echo Blue #9FA7CE

RGB

 RED value IS 159 (62.5% from 255) = 29.89%

 GREEN value IS 167 (65.63% from 255) = 31.39%

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 29.89%
G = 31.39%
B = 38.72%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9FA7CE (or 0x9FA7CE) is known color: Echo Blue. HEX triplet: 9F, A7 and CE. RGB value is (159,167,206). Sum of RGB (Red+Green+Blue) = 159+167+206=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 167 (65.62% from 255 or 31.39% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #9FA7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA7CE is #605831. Grayscale: #A8A8A8. Windows color (decimal): -6314034 or 13543327. OLE color: 13543327.

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

Color convert

RGB 159 167 206 -
CMYK 0.23 0.19 0 0.19
HSL 229.79º 0.32% 0.72% -
HSV(B) 229.79º 0.23% 0.81% -
XYZ 39.26 39.46 63.94 -
YUV 169.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 159 167 206 0.23 0.19 0 0.19 229.79 0.32 0.72
Hex 9F A7 CE 17 13 0 13 E6 20 48
Octal 237 247 316 27 23 0 23 346 40 110
Binary 10011111 10100111 11001110 10111 10011 0 10011 11100110 100000 1001000

Color Harmonies of #9FA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA7CE

Black with #9FA7CE

Text Example


Text Example

White with #9FA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FA7CE;
 }
 .AnyTagClassName
 {
   color: #9FA7CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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