Color Hex Logo

#9796bb Color Hex

#9796BB
(151,150,187)
0 Favorites   0 Comments

Color spaces of #9796bb

RGB 151150187
HSL0.670.210.66
HSV242°20°73°
CMYK 0.190.200.00   0.27
XYZ32.638531.979951.4662
Yxy31.97990.28120.2755
Hunter Lab56.55084.0581-14.3736
CIE-Lab63.32638.2101-19.0246

#9796bb color RGB value is (151,150,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010110 10111011
Octal 227 226 273
Decimal 151 150 187
Hex 97 96 BB

RGB Percentages of Color #9796bb

%30.94
%30.74
%38.32

CMYK Percentages of Color #9796bb

%19
%20
%0
%27

Triadic Colors of #9796bb

#9796bb #bb9796 #96bb97

Analogous Colors of #9796bb

#9796bb #aa96bb #96a8bb

Monochromatic Colors of #9796bb

#9796bb

Complementary Color

#9796bb #babb96

#9796bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9796bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9796bb Color CSS Codes

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

#9796bb Text Font Color

<p style="color:#9796bb">Text here</p>

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


#9796bb Background Color

<div style="background-color:#9796bb">
Div content here</div>

This div background color is #9796bb


#9796bb Border Color

<div style="border:3px solid #9796bb">
Div here</div>

This div border color is #9796bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9796bb


Comments

No comments written yet.

Please login to write comment.