Color Hex Logo

#8796bd Color Hex

#8796BD
(135,150,189)
0 Favorites   0 Comments

Color spaces of #8796bd

RGB 135150189
HSL0.620.290.64
HSV223°29°74°
CMYK 0.290.210.00   0.26
XYZ30.083330.637752.4722
Yxy30.63770.26580.2707
Hunter Lab55.35130.1494-17.4601
CIE-Lab62.20063.6757-21.9739

#8796bd color RGB value is (135,150,189).

#8796bd hex color red value is 135, green value is 150 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8796bd hue: 0.62 , saturation: 0.29 and the lightness value of 8796bd is 0.64.

The process color (four color CMYK) of #8796bd color hex is 0.29, 0.21, 0.00, 0.26. Web safe color of #8796bd is #9999cc. Color #8796bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10010110 10111101
Octal 207 226 275
Decimal 135 150 189
Hex 87 96 BD

RGB Percentages of Color #8796bd

%28.48
%31.65
%39.87

CMYK Percentages of Color #8796bd

%29
%21
%0
%26

Triadic Colors of #8796bd

#8796bd #bd8796 #96bd87

Analogous Colors of #8796bd

#8796bd #9387bd #87b1bd

Monochromatic Colors of #8796bd

#8796bd

Complementary Color

#8796bd #bdae87

#8796bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8796bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8796bd Color CSS Codes

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

#8796bd Text Font Color

<p style="color:#8796bd">Text here</p>

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


#8796bd Background Color

<div style="background-color:#8796bd">
Div content here</div>

This div background color is #8796bd


#8796bd Border Color

<div style="border:3px solid #8796bd">
Div here</div>

This div border color is #8796bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,150,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8796bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8796bd;
  -webkit-box-shadow: 1px 1px 3px 2px #8796bd;
  box-shadow:         1px 1px 3px 2px #8796bd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8796bd


Comments

No comments written yet.

Please login to write comment.