Html Css Color HEX #9BA5D7 Echo Blue

📋 copy color: '#9BA5D7'

red 155 ◦ green 165 ◦ blue 215

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

Shades of Echo Blue #9BA5D7

Tints of Echo Blue #9BA5D7

RGB

 RED value IS 155 (60.94% from 255) = 28.97%

 GREEN value IS 165 (64.84% from 255) = 30.84%

 BLUE value IS 215 (84.38% from 255) = 40.19%

R = 28.97%
G = 30.84%
B = 40.19%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9BA5D7 (or 0x9BA5D7) is known color: Echo Blue. HEX triplet: 9B, A5 and D7. RGB value is (155,165,215). Sum of RGB (Red+Green+Blue) = 155+165+215=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #9BA5D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5D7 is #645A28. Grayscale: #A7A7A7. Windows color (decimal): -6576681 or 14132635. OLE color: 14132635.

HSL color Cylindrical-coordinate representation of color #9BA5D7: hue angle of 230º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BA5D7 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 165 215 -
CMYK 0.28 0.23 0 0.16
HSL 230º 0.43% 0.73% -
HSV(B) 230º 0.28% 0.84% -
XYZ 39.24 38.79 69.71 -
YUV 167.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 155 165 215 0.28 0.23 0 0.16 230 0.43 0.73
Hex 9B A5 D7 1C 17 0 10 E6 2B 49
Octal 233 245 327 34 27 0 20 346 53 111
Binary 10011011 10100101 11010111 11100 10111 0 10000 11100110 101011 1001001

Color Harmonies of #9BA5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA5D7

Black with #9BA5D7

Text Example


Text Example

White with #9BA5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,165,215); }

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

background-color css

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

 a { background-color: rgb(155,165,215); }

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

border-color css

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

 span { border-color: rgb(155,165,215); }

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