Html Css Color HEX #9CA4CA Echo Blue

📋 copy color: '#9CA4CA'

red 156 ◦ green 164 ◦ blue 202

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

Shades of Echo Blue #9CA4CA

Tints of Echo Blue #9CA4CA

RGB

 RED value IS 156 (61.33% from 255) = 29.89%

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

 BLUE value IS 202 (79.3% from 255) = 38.7%

R = 29.89%
G = 31.42%
B = 38.7%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9CA4CA (or 0x9CA4CA) is known color: Echo Blue. HEX triplet: 9C, A4 and CA. RGB value is (156,164,202). Sum of RGB (Red+Green+Blue) = 156+164+202=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CA4CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA4CA is #635B35. Grayscale: #A5A5A5. Windows color (decimal): -6511414 or 13280412. OLE color: 13280412.

HSL color Cylindrical-coordinate representation of color #9CA4CA: hue angle of 229.57º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CA4CA is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 164 202 -
CMYK 0.23 0.19 0 0.21
HSL 229.57º 0.3% 0.7% -
HSV(B) 229.57º 0.23% 0.79% -
XYZ 37.65 37.88 61.21 -
YUV 165.94 148.35 120.91 -
System Red Green Blue C M Y K H S L
Decimal 156 164 202 0.23 0.19 0 0.21 229.57 0.3 0.7
Hex 9C A4 CA 17 13 0 15 E6 1E 46
Octal 234 244 312 27 23 0 25 346 36 106
Binary 10011100 10100100 11001010 10111 10011 0 10101 11100110 11110 1000110

Color Harmonies of #9CA4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA4CA

Black with #9CA4CA

Text Example


Text Example

White with #9CA4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,164,202); }

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

background-color css

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

 a { background-color: rgb(156,164,202); }

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

border-color css

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

 span { border-color: rgb(156,164,202); }

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