Html Css Color HEX #9BA7DE Echo Blue

📋 copy color: '#9BA7DE'

red 155 ◦ green 167 ◦ blue 222

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

Shades of Echo Blue #9BA7DE

Tints of Echo Blue #9BA7DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.81%

R = 28.49%
G = 30.7%
B = 40.81%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BA7DE (or 0x9BA7DE) is known color: Echo Blue. HEX triplet: 9B, A7 and DE. RGB value is (155,167,222). Sum of RGB (Red+Green+Blue) = 155+167+222=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BA7DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA7DE is #645821. Grayscale: #A9A9A9. Windows color (decimal): -6576162 or 14591899. OLE color: 14591899.

HSL color Cylindrical-coordinate representation of color #9BA7DE: hue angle of 229.25º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA7DE is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 167 222 -
CMYK 0.30 0.25 0 0.13
HSL 229.25º 0.5% 0.74% -
HSV(B) 229.25º 0.3% 0.87% -
XYZ 40.52 39.88 74.67 -
YUV 169.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 155 167 222 0.30 0.25 0 0.13 229.25 0.5 0.74
Hex 9B A7 DE 1E 19 0 D E5 32 4A
Octal 233 247 336 36 31 0 15 345 62 112
Binary 10011011 10100111 11011110 11110 11001 0 1101 11100101 110010 1001010

Color Harmonies of #9BA7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA7DE

Black with #9BA7DE

Text Example


Text Example

White with #9BA7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,167,222); }

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

background-color css

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

 a { background-color: rgb(155,167,222); }

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

border-color css

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

 span { border-color: rgb(155,167,222); }

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