Color Hex Logo

#9b8fbb Color Hex

#9B8FBB
(155,143,187)
0 Favorites   0 Comments

Color spaces of #9b8fbb

RGB 155143187
HSL0.710.240.65
HSV256°24°73°
CMYK 0.170.240.00   0.27
XYZ32.309730.201351.1402
Yxy30.20130.28430.2657
Hunter Lab54.95578.7717-16.7046
CIE-Lab61.827513.4905-21.2790

#9b8fbb color RGB value is (155,143,187).

#9b8fbb hex color red value is 155, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9b8fbb hue: 0.71 , saturation: 0.24 and the lightness value of 9b8fbb is 0.65.

The process color (four color CMYK) of #9b8fbb color hex is 0.17, 0.24, 0.00, 0.27. Web safe color of #9b8fbb is #9999cc. Color #9b8fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10001111 10111011
Octal 233 217 273
Decimal 155 143 187
Hex 9B 8F BB

RGB Percentages of Color #9b8fbb

%31.96
%29.48
%38.56

CMYK Percentages of Color #9b8fbb

%17
%24
%0
%27

Triadic Colors of #9b8fbb

#9b8fbb #bb9b8f #8fbb9b

Analogous Colors of #9b8fbb

#9b8fbb #b18fbb #8f99bb

Monochromatic Colors of #9b8fbb

#9b8fbb

Complementary Color

#9b8fbb #afbb8f

#9b8fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b8fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b8fbb Color CSS Codes

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

#9b8fbb Text Font Color

<p style="color:#9b8fbb">Text here</p>

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


#9b8fbb Background Color

<div style="background-color:#9b8fbb">
Div content here</div>

This div background color is #9b8fbb


#9b8fbb Border Color

<div style="border:3px solid #9b8fbb">
Div here</div>

This div border color is #9b8fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,143,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b8fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b8fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #9b8fbb;
  box-shadow:         1px 1px 3px 2px #9b8fbb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b8fbb


Comments

No comments written yet.

Please login to write comment.