Html Css Color HEX #9BA4D7 Echo Blue

📋 copy color: '#9BA4D7'

red 155 ◦ green 164 ◦ blue 215

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

Shades of Echo Blue #9BA4D7

Tints of Echo Blue #9BA4D7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.71%

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

R = 29.03%
G = 30.71%
B = 40.26%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9BA4D7 (or 0x9BA4D7) is known color: Echo Blue. HEX triplet: 9B, A4 and D7. RGB value is (155,164,215). Sum of RGB (Red+Green+Blue) = 155+164+215=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #9BA4D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA4D7 is #645B28. Grayscale: #A6A6A6. Windows color (decimal): -6576937 or 14132379. OLE color: 14132379.

HSL color Cylindrical-coordinate representation of color #9BA4D7: hue angle of 231º 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 #9BA4D7 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 164 215 -
CMYK 0.28 0.24 0 0.16
HSL 231º 0.43% 0.73% -
HSV(B) 231º 0.28% 0.84% -
XYZ 39.06 38.43 69.65 -
YUV 167.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 155 164 215 0.28 0.24 0 0.16 231 0.43 0.73
Hex 9B A4 D7 1C 18 0 10 E7 2B 49
Octal 233 244 327 34 30 0 20 347 53 111
Binary 10011011 10100100 11010111 11100 11000 0 10000 11100111 101011 1001001

Color Harmonies of #9BA4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA4D7

Black with #9BA4D7

Text Example


Text Example

White with #9BA4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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