Color Hex Logo

#9b9bbd Color Hex

#9B9BBD
(155,155,189)
0 Favorites   0 Comments

Color spaces of #9b9bbd

RGB 155155189
HSL0.670.200.67
HSV240°18°74°
CMYK 0.180.180.00   0.26
XYZ34.424234.085452.9089
Yxy34.08540.28350.2807
Hunter Lab58.38273.0792-12.8632
CIE-Lab65.03037.1376-17.5289

#9b9bbd color RGB value is (155,155,189).

#9b9bbd hex color red value is 155, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9b9bbd hue: 0.67 , saturation: 0.20 and the lightness value of 9b9bbd is 0.67.

The process color (four color CMYK) of #9b9bbd color hex is 0.18, 0.18, 0.00, 0.26. Web safe color of #9b9bbd is #9999cc. Color #9b9bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10011011 10111101
Octal 233 233 275
Decimal 155 155 189
Hex 9B 9B BD

RGB Percentages of Color #9b9bbd

%31.06
%31.06
%37.88

CMYK Percentages of Color #9b9bbd

%18
%18
%0
%26

Triadic Colors of #9b9bbd

#9b9bbd #bd9b9b #9bbd9b

Analogous Colors of #9b9bbd

#9b9bbd #ac9bbd #9bacbd

Monochromatic Colors of #9b9bbd

#9b9bbd

Complementary Color

#9b9bbd #bdbd9b

#9b9bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b9bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b9bbd Color CSS Codes

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

#9b9bbd Text Font Color

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

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


#9b9bbd Background Color

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

This div background color is #9b9bbd


#9b9bbd Border Color

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

This div border color is #9b9bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b9bbd


Comments

No comments written yet.

Please login to write comment.