Color Hex Logo

#7b86aa Color Hex

#7B86AA
(123,134,170)
0 Favorites   0 Comments

Color spaces of #7b86aa

RGB 123134170
HSL0.630.220.57
HSV226°28°67°
CMYK 0.280.210.00   0.33
XYZ23.949224.163441.4320
Yxy24.16340.26750.2698
Hunter Lab49.15630.9427-15.5639
CIE-Lab56.25104.3795-20.3583

#7b86aa color RGB value is (123,134,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10000110 10101010
Octal 173 206 252
Decimal 123 134 170
Hex 7B 86 AA

RGB Percentages of Color #7b86aa

%28.81
%31.38
%39.81

CMYK Percentages of Color #7b86aa

%28
%21
%0
%33

Triadic Colors of #7b86aa

#7b86aa #aa7b86 #86aa7b

Analogous Colors of #7b86aa

#7b86aa #887baa #7b9eaa

Monochromatic Colors of #7b86aa

#7b86aa

Complementary Color

#7b86aa #aa9f7b

#7b86aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b86aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b86aa Color CSS Codes

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

#7b86aa Text Font Color

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

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


#7b86aa Background Color

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

This div background color is #7b86aa


#7b86aa Border Color

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

This div border color is #7b86aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b86aa


Comments

No comments written yet.

Please login to write comment.