Color Hex Logo

#7b96bb Color Hex

#7B96BB
(123,150,187)
0 Favorites   0 Comments

Color spaces of #7b96bb

RGB 123150187
HSL0.600.320.61
HSV215°34°73°
CMYK 0.340.200.00   0.27
XYZ28.044429.611551.2512
Yxy29.61150.25750.2719
Hunter Lab54.4164-3.2359-17.7498
CIE-Lab61.3176-0.3969-22.2706

#7b96bb color RGB value is (123,150,187).

#7b96bb hex color red value is 123, green value is 150 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7b96bb hue: 0.60 , saturation: 0.32 and the lightness value of 7b96bb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010110 10111011
Octal 173 226 273
Decimal 123 150 187
Hex 7B 96 BB

RGB Percentages of Color #7b96bb

%26.74
%32.61
%40.65

CMYK Percentages of Color #7b96bb

%34
%20
%0
%27

Triadic Colors of #7b96bb

#7b96bb #bb7b96 #96bb7b

Analogous Colors of #7b96bb

#7b96bb #807bbb #7bb6bb

Monochromatic Colors of #7b96bb

#7b96bb

Complementary Color

#7b96bb #bba07b

#7b96bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b96bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b96bb Color CSS Codes

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

#7b96bb Text Font Color

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

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


#7b96bb Background Color

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

This div background color is #7b96bb


#7b96bb Border Color

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

This div border color is #7b96bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b96bb


Comments

No comments written yet.

Please login to write comment.