Color Hex Logo

#979cbb Color Hex

#979CBB
(151,156,187)
0 Favorites   0 Comments

Color spaces of #979cbb

RGB 151156187
HSL0.640.210.66
HSV232°19°73°
CMYK 0.190.170.00   0.27
XYZ33.620633.944151.7936
Yxy33.94410.28170.2844
Hunter Lab58.26161.0480-11.9248
CIE-Lab64.91824.8257-16.6095

#979cbb color RGB value is (151,156,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011100 10111011
Octal 227 234 273
Decimal 151 156 187
Hex 97 9C BB

RGB Percentages of Color #979cbb

%30.57
%31.58
%37.85

CMYK Percentages of Color #979cbb

%19
%17
%0
%27

Triadic Colors of #979cbb

#979cbb #bb979c #9cbb97

Analogous Colors of #979cbb

#979cbb #a497bb #97aebb

Monochromatic Colors of #979cbb

#979cbb

Complementary Color

#979cbb #bbb697

#979cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#979cbb Color CSS Codes

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

#979cbb Text Font Color

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

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


#979cbb Background Color

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

This div background color is #979cbb


#979cbb Border Color

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

This div border color is #979cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,156,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 #979cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979cbb


Comments

No comments written yet.

Please login to write comment.