Color Hex Logo

#979fbf Color Hex

#979FBF
(151,159,191)
0 Favorites   0 Comments

Color spaces of #979fbf

RGB 151159191
HSL0.630.240.67
HSV228°21°75°
CMYK 0.210.170.00   0.25
XYZ34.564635.137254.2506
Yxy35.13720.27890.2835
Hunter Lab59.27660.3504-12.7692
CIE-Lab65.85534.0652-17.4244

#979fbf color RGB value is (151,159,191).

#979fbf hex color red value is 151, green value is 159 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #979fbf hue: 0.63 , saturation: 0.24 and the lightness value of 979fbf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011111 10111111
Octal 227 237 277
Decimal 151 159 191
Hex 97 9F BF

RGB Percentages of Color #979fbf

%30.14
%31.74
%38.12

CMYK Percentages of Color #979fbf

%21
%17
%0
%25

Triadic Colors of #979fbf

#979fbf #bf979f #9fbf97

Analogous Colors of #979fbf

#979fbf #a397bf #97b3bf

Monochromatic Colors of #979fbf

#979fbf

Complementary Color

#979fbf #bfb797

#979fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#979fbf Color CSS Codes

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

#979fbf Text Font Color

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

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


#979fbf Background Color

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

This div background color is #979fbf


#979fbf Border Color

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

This div border color is #979fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979fbf


Comments

No comments written yet.

Please login to write comment.