Color Hex Logo

#7b97aa Color Hex

#7B97AA
(123,151,170)
0 Favorites   0 Comments

Color spaces of #7b97aa

RGB 123151170
HSL0.570.220.57
HSV204°28°67°
CMYK 0.280.110.00   0.33
XYZ26.490729.246542.2791
Yxy29.24650.27030.2984
Hunter Lab54.0800-7.2032-8.4962
CIE-Lab60.9986-5.2862-13.1539

#7b97aa color RGB value is (123,151,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010111 10101010
Octal 173 227 252
Decimal 123 151 170
Hex 7B 97 AA

RGB Percentages of Color #7b97aa

%27.70
%34.01
%38.29

CMYK Percentages of Color #7b97aa

%28
%11
%0
%33

Triadic Colors of #7b97aa

#7b97aa #aa7b97 #97aa7b

Analogous Colors of #7b97aa

#7b97aa #7b80aa #7baaa6

Monochromatic Colors of #7b97aa

#7b97aa

Complementary Color

#7b97aa #aa8e7b

#7b97aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b97aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b97aa Color CSS Codes

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

#7b97aa Text Font Color

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

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


#7b97aa Background Color

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

This div background color is #7b97aa


#7b97aa Border Color

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

This div border color is #7b97aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b97aa


Comments

No comments written yet.

Please login to write comment.