Color Hex Logo

#879bbb Color Hex

#879BBB
(135,155,187)
0 Favorites   0 Comments

Color spaces of #879bbb

RGB 135155187
HSL0.600.280.63
HSV217°28°73°
CMYK 0.280.170.00   0.27
XYZ30.682732.181451.6082
Yxy32.18140.26800.2811
Hunter Lab56.7287-2.7302-14.2283
CIE-Lab63.49250.3553-18.8811

#879bbb color RGB value is (135,155,187).

#879bbb hex color red value is 135, green value is 155 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #879bbb hue: 0.60 , saturation: 0.28 and the lightness value of 879bbb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011011 10111011
Octal 207 233 273
Decimal 135 155 187
Hex 87 9B BB

RGB Percentages of Color #879bbb

%28.30
%32.49
%39.20

CMYK Percentages of Color #879bbb

%28
%17
%0
%27

Triadic Colors of #879bbb

#879bbb #bb879b #9bbb87

Analogous Colors of #879bbb

#879bbb #8d87bb #87b5bb

Monochromatic Colors of #879bbb

#879bbb

Complementary Color

#879bbb #bba787

#879bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#879bbb Color CSS Codes

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

#879bbb Text Font Color

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

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


#879bbb Background Color

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

This div background color is #879bbb


#879bbb Border Color

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

This div border color is #879bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879bbb


Comments

No comments written yet.

Please login to write comment.