Color Hex Logo

#7b7ebf Color Hex

#7B7EBF
(123,126,191)
0 Favorites   0 Comments

Color spaces of #7b7ebf

RGB 123126191
HSL0.660.350.62
HSV237°36°75°
CMYK 0.360.340.00   0.25
XYZ25.033222.894352.3899
Yxy22.89430.24950.2282
Hunter Lab47.84809.6540-31.4244
CIE-Lab54.963314.6247-34.3700

#7b7ebf color RGB value is (123,126,191).

#7b7ebf hex color red value is 123, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7b7ebf hue: 0.66 , saturation: 0.35 and the lightness value of 7b7ebf is 0.62.

The process color (four color CMYK) of #7b7ebf color hex is 0.36, 0.34, 0.00, 0.25. Web safe color of #7b7ebf is #6666cc. Color #7b7ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01111110 10111111
Octal 173 176 277
Decimal 123 126 191
Hex 7B 7E BF

RGB Percentages of Color #7b7ebf

%27.95
%28.64
%43.41

CMYK Percentages of Color #7b7ebf

%36
%34
%0
%25

Triadic Colors of #7b7ebf

#7b7ebf #bf7b7e #7ebf7b

Analogous Colors of #7b7ebf

#7b7ebf #9a7bbf #7ba0bf

Monochromatic Colors of #7b7ebf

#7b7ebf

Complementary Color

#7b7ebf #bfbc7b

#7b7ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b7ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b7ebf Color CSS Codes

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

#7b7ebf Text Font Color

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

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


#7b7ebf Background Color

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

This div background color is #7b7ebf


#7b7ebf Border Color

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

This div border color is #7b7ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b7ebf


Comments

No comments written yet.

Please login to write comment.