Color Hex Logo

#7b9bbf Color Hex

#7B9BBF
(123,155,191)
0 Favorites   0 Comments

Color spaces of #7b9bbf

RGB 123155191
HSL0.590.350.62
HSV212°36°75°
CMYK 0.360.190.00   0.25
XYZ29.293731.415253.8100
Yxy31.41520.25580.2743
Hunter Lab56.0493-4.7946-17.6868
CIE-Lab62.8566-2.1595-22.1643

#7b9bbf color RGB value is (123,155,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10011011 10111111
Octal 173 233 277
Decimal 123 155 191
Hex 7B 9B BF

RGB Percentages of Color #7b9bbf

%26.23
%33.05
%40.72

CMYK Percentages of Color #7b9bbf

%36
%19
%0
%25

Triadic Colors of #7b9bbf

#7b9bbf #bf7b9b #9bbf7b

Analogous Colors of #7b9bbf

#7b9bbf #7d7bbf #7bbdbf

Monochromatic Colors of #7b9bbf

#7b9bbf

Complementary Color

#7b9bbf #bf9f7b

#7b9bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b9bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b9bbf Color CSS Codes

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

#7b9bbf Text Font Color

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

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


#7b9bbf Background Color

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

This div background color is #7b9bbf


#7b9bbf Border Color

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

This div border color is #7b9bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b9bbf


Comments

No comments written yet.

Please login to write comment.