Color Hex Logo

#7b739d Color Hex

#7B739D
(123,115,157)
0 Favorites   0 Comments

Color spaces of #7b739d

RGB 123115157
HSL0.700.180.53
HSV251°27°62°
CMYK 0.220.270.00   0.38
XYZ20.384918.906734.4733
Yxy18.90670.27630.2563
Hunter Lab43.48187.5901-16.5691
CIE-Lab50.577912.3172-21.5237

#7b739d color RGB value is (123,115,157).

#7b739d hex color red value is 123, green value is 115 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #7b739d hue: 0.70 , saturation: 0.18 and the lightness value of 7b739d is 0.53.

The process color (four color CMYK) of #7b739d color hex is 0.22, 0.27, 0.00, 0.38. Web safe color of #7b739d is #666699. Color #7b739d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01110011 10011101
Octal 173 163 235
Decimal 123 115 157
Hex 7B 73 9D

RGB Percentages of Color #7b739d

%31.14
%29.11
%39.75

CMYK Percentages of Color #7b739d

%22
%27
%0
%38

Triadic Colors of #7b739d

#7b739d #9d7b73 #739d7b

Analogous Colors of #7b739d

#7b739d #90739d #73809d

Monochromatic Colors of #7b739d

#7b739d

Complementary Color

#7b739d #959d73

#7b739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b739d Color CSS Codes

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

#7b739d Text Font Color

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

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


#7b739d Background Color

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

This div background color is #7b739d


#7b739d Border Color

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

This div border color is #7b739d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,115,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7b739d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7b739d;
  -webkit-box-shadow: 1px 1px 3px 2px #7b739d;
  box-shadow:         1px 1px 3px 2px #7b739d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,115,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b739d


Comments

No comments written yet.

Please login to write comment.