Color Hex Logo

#7b8cbd Color Hex

#7B8CBD
(123,140,189)
0 Favorites   0 Comments

Color spaces of #7b8cbd

RGB 123140189
HSL0.620.330.61
HSV225°35°74°
CMYK 0.350.260.00   0.26
XYZ26.731826.641251.8775
Yxy26.64120.25400.2531
Hunter Lab51.61512.1199-23.4608
CIE-Lab58.64075.8647-27.5170

#7b8cbd color RGB value is (123,140,189).

#7b8cbd hex color red value is 123, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7b8cbd hue: 0.62 , saturation: 0.33 and the lightness value of 7b8cbd is 0.61.

The process color (four color CMYK) of #7b8cbd color hex is 0.35, 0.26, 0.00, 0.26. Web safe color of #7b8cbd is #6699cc. Color #7b8cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10001100 10111101
Octal 173 214 275
Decimal 123 140 189
Hex 7B 8C BD

RGB Percentages of Color #7b8cbd

%27.21
%30.97
%41.81

CMYK Percentages of Color #7b8cbd

%35
%26
%0
%26

Triadic Colors of #7b8cbd

#7b8cbd #bd7b8c #8cbd7b

Analogous Colors of #7b8cbd

#7b8cbd #8b7bbd #7badbd

Monochromatic Colors of #7b8cbd

#7b8cbd

Complementary Color

#7b8cbd #bdac7b

#7b8cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b8cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b8cbd Color CSS Codes

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

#7b8cbd Text Font Color

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

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


#7b8cbd Background Color

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

This div background color is #7b8cbd


#7b8cbd Border Color

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

This div border color is #7b8cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b8cbd


Comments

No comments written yet.

Please login to write comment.