Color Hex Logo

#7f91bb Color Hex

#7F91BB
(127,145,187)
0 Favorites   0 Comments

Color spaces of #7f91bb

RGB 127145187
HSL0.620.310.62
HSV222°32°73°
CMYK 0.320.220.00   0.27
XYZ27.847428.350751.0182
Yxy28.35070.25970.2644
Hunter Lab53.24540.1763-19.5382
CIE-Lab60.20433.6205-23.9540

#7f91bb color RGB value is (127,145,187).

#7f91bb hex color red value is 127, green value is 145 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7f91bb hue: 0.62 , saturation: 0.31 and the lightness value of 7f91bb is 0.62.

The process color (four color CMYK) of #7f91bb color hex is 0.32, 0.22, 0.00, 0.27. Web safe color of #7f91bb is #6699cc. Color #7f91bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10010001 10111011
Octal 177 221 273
Decimal 127 145 187
Hex 7F 91 BB

RGB Percentages of Color #7f91bb

%27.67
%31.59
%40.74

CMYK Percentages of Color #7f91bb

%32
%22
%0
%27

Triadic Colors of #7f91bb

#7f91bb #bb7f91 #91bb7f

Analogous Colors of #7f91bb

#7f91bb #8b7fbb #7fafbb

Monochromatic Colors of #7f91bb

#7f91bb

Complementary Color

#7f91bb #bba97f

#7f91bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f91bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f91bb Color CSS Codes

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

#7f91bb Text Font Color

<p style="color:#7f91bb">Text here</p>

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


#7f91bb Background Color

<div style="background-color:#7f91bb">
Div content here</div>

This div background color is #7f91bb


#7f91bb Border Color

<div style="border:3px solid #7f91bb">
Div here</div>

This div border color is #7f91bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,145,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f91bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f91bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7f91bb;
  box-shadow:         1px 1px 3px 2px #7f91bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,145,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 #7f91bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f91bb


Comments

No comments written yet.

Please login to write comment.