Color Hex Logo

#979ebb Color Hex

#979EBB
(151,158,187)
0 Favorites   0 Comments

Color spaces of #979ebb

RGB 151158187
HSL0.630.210.66
HSV228°19°73°
CMYK 0.190.160.00   0.27
XYZ33.959034.620951.9064
Yxy34.62090.28180.2873
Hunter Lab58.83950.0514-11.1161
CIE-Lab65.45243.7053-15.8017

#979ebb color RGB value is (151,158,187).

#979ebb hex color red value is 151, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #979ebb hue: 0.63 , saturation: 0.21 and the lightness value of 979ebb is 0.66.

The process color (four color CMYK) of #979ebb color hex is 0.19, 0.16, 0.00, 0.27. Web safe color of #979ebb is #9999cc. Color #979ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011110 10111011
Octal 227 236 273
Decimal 151 158 187
Hex 97 9E BB

RGB Percentages of Color #979ebb

%30.44
%31.85
%37.70

CMYK Percentages of Color #979ebb

%19
%16
%0
%27

Triadic Colors of #979ebb

#979ebb #bb979e #9ebb97

Analogous Colors of #979ebb

#979ebb #a297bb #97b0bb

Monochromatic Colors of #979ebb

#979ebb

Complementary Color

#979ebb #bbb497

#979ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#979ebb Color CSS Codes

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

#979ebb Text Font Color

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

This sample text font color is #979ebb
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.


#979ebb Background Color

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

This div background color is #979ebb


#979ebb Border Color

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

This div border color is #979ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979ebb

#979ebb Color Palettes


Comments

No comments written yet.

Please login to write comment.