Color Hex Logo

#969bbb Color Hex

#969BBB
(150,155,187)
0 Favorites   0 Comments

Color spaces of #969bbb

RGB 150155187
HSL0.640.210.66
HSV232°20°73°
CMYK 0.200.170.00   0.27
XYZ33.268733.514651.7292
Yxy33.51460.28070.2828
Hunter Lab57.89181.2680-12.4543
CIE-Lab64.57545.0650-17.1357

#969bbb color RGB value is (150,155,187).

#969bbb hex color red value is 150, green value is 155 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #969bbb hue: 0.64 , saturation: 0.21 and the lightness value of 969bbb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011011 10111011
Octal 226 233 273
Decimal 150 155 187
Hex 96 9B BB

RGB Percentages of Color #969bbb

%30.49
%31.50
%38.01

CMYK Percentages of Color #969bbb

%20
%17
%0
%27

Triadic Colors of #969bbb

#969bbb #bb969b #9bbb96

Analogous Colors of #969bbb

#969bbb #a496bb #96aebb

Monochromatic Colors of #969bbb

#969bbb

Complementary Color

#969bbb #bbb696

#969bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#969bbb Color CSS Codes

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

#969bbb Text Font Color

<p style="color:#969bbb">Text here</p>

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


#969bbb Background Color

<div style="background-color:#969bbb">
Div content here</div>

This div background color is #969bbb


#969bbb Border Color

<div style="border:3px solid #969bbb">
Div here</div>

This div border color is #969bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969bbb


Comments

No comments written yet.

Please login to write comment.