Color Hex Logo

#7b81aa Color Hex

#7B81AA
(123,129,170)
0 Favorites   0 Comments

Color spaces of #7b81aa

RGB 123129170
HSL0.650.220.57
HSV232°28°67°
CMYK 0.280.240.00   0.33
XYZ23.274322.813741.2070
Yxy22.81370.26660.2613
Hunter Lab47.76373.3931-17.7165
CIE-Lab54.87997.2946-22.4594

#7b81aa color RGB value is (123,129,170).

#7b81aa hex color red value is 123, green value is 129 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7b81aa hue: 0.65 , saturation: 0.22 and the lightness value of 7b81aa is 0.57.

The process color (four color CMYK) of #7b81aa color hex is 0.28, 0.24, 0.00, 0.33. Web safe color of #7b81aa is #669999. Color #7b81aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10000001 10101010
Octal 173 201 252
Decimal 123 129 170
Hex 7B 81 AA

RGB Percentages of Color #7b81aa

%29.15
%30.57
%40.28

CMYK Percentages of Color #7b81aa

%28
%24
%0
%33

Triadic Colors of #7b81aa

#7b81aa #aa7b81 #81aa7b

Analogous Colors of #7b81aa

#7b81aa #8d7baa #7b99aa

Monochromatic Colors of #7b81aa

#7b81aa

Complementary Color

#7b81aa #aaa47b

#7b81aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b81aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b81aa Color CSS Codes

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

#7b81aa Text Font Color

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

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


#7b81aa Background Color

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

This div background color is #7b81aa


#7b81aa Border Color

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

This div border color is #7b81aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b81aa

#7b81aa Color Palettes


Comments

No comments written yet.

Please login to write comment.