Color Hex Logo

#979ba4 Color Hex

#979BA4
(151,155,164)
0 Favorites   0 Comments

Color spaces of #979ba4

RGB 151155164
HSL0.620.070.62
HSV222°64°
CMYK 0.080.050.00   0.36
XYZ31.184732.702339.7905
Yxy32.70230.30080.3154
Hunter Lab57.1859-2.7355-1.2244
CIE-Lab63.91910.3769-5.1975

#979ba4 color RGB value is (151,155,164).

#979ba4 hex color red value is 151, green value is 155 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #979ba4 hue: 0.62 , saturation: 0.07 and the lightness value of 979ba4 is 0.62.

The process color (four color CMYK) of #979ba4 color hex is 0.08, 0.05, 0.00, 0.36. Web safe color of #979ba4 is #999999. Color #979ba4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011011 10100100
Octal 227 233 244
Decimal 151 155 164
Hex 97 9B A4

RGB Percentages of Color #979ba4

%32.13
%32.98
%34.89

CMYK Percentages of Color #979ba4

%8
%5
%0
%36

Triadic Colors of #979ba4

#979ba4 #a4979b #9ba497

Analogous Colors of #979ba4

#979ba4 #9a97a4 #97a2a4

Monochromatic Colors of #979ba4

#979ba4

Complementary Color

#979ba4 #a4a097

#979ba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979ba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979ba4 Color CSS Codes

.mybgcolor {background-color:#979ba4; } 
.myforecolor {color:#979ba4; }
.mybordercolor {border:3px solid #979ba4; }

#979ba4 Text Font Color

<p style="color:#979ba4">Text here</p>

This sample text font color is #979ba4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#979ba4 Background Color

<div style="background-color:#979ba4">
Div content here</div>

This div background color is #979ba4


#979ba4 Border Color

<div style="border:3px solid #979ba4">
Div here</div>

This div border color is #979ba4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,155,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #979ba4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #979ba4;
  -webkit-box-shadow: 1px 1px 3px 2px #979ba4;
  box-shadow:         1px 1px 3px 2px #979ba4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,155,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #979ba4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #979ba4;
  -webkit-box-shadow: 1px 1px 3px 2px #979ba4;
  box-shadow:         1px 1px 3px 2px #979ba4;">
Div content here</div>

This div box has shadow with color #979ba4


Comments

No comments written yet.

Please login to write comment.