Color Hex Logo

#7b99ba Color Hex

#7B99BA
(123,153,186)
0 Favorites   0 Comments

Color spaces of #7b99ba

RGB 123153186
HSL0.590.310.61
HSV211°34°73°
CMYK 0.340.180.00   0.27
XYZ28.422530.538650.8509
Yxy30.53860.25880.2781
Hunter Lab55.2617-4.9010-15.8744
CIE-Lab62.1162-2.3500-20.4875

#7b99ba color RGB value is (123,153,186).

#7b99ba hex color red value is 123, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7b99ba hue: 0.59 , saturation: 0.31 and the lightness value of 7b99ba is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10011001 10111010
Octal 173 231 272
Decimal 123 153 186
Hex 7B 99 BA

RGB Percentages of Color #7b99ba

%26.62
%33.12
%40.26

CMYK Percentages of Color #7b99ba

%34
%18
%0
%27

Triadic Colors of #7b99ba

#7b99ba #ba7b99 #99ba7b

Analogous Colors of #7b99ba

#7b99ba #7d7bba #7bb9ba

Monochromatic Colors of #7b99ba

#7b99ba

Complementary Color

#7b99ba #ba9c7b

#7b99ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b99ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b99ba Color CSS Codes

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

#7b99ba Text Font Color

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

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


#7b99ba Background Color

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

This div background color is #7b99ba


#7b99ba Border Color

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

This div border color is #7b99ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b99ba


Comments

No comments written yet.

Please login to write comment.