Color Hex Logo

#899bbd Color Hex

#899BBD
(137,155,189)
0 Favorites   0 Comments

Color spaces of #899bbd

RGB 137155189
HSL0.610.280.64
HSV219°28°74°
CMYK 0.280.180.00   0.26
XYZ31.223232.435252.7591
Yxy32.43520.26820.2786
Hunter Lab56.9519-1.8054-15.0587
CIE-Lab63.70101.4592-19.6724

#899bbd color RGB value is (137,155,189).

#899bbd hex color red value is 137, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #899bbd hue: 0.61 , saturation: 0.28 and the lightness value of 899bbd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011011 10111101
Octal 211 233 275
Decimal 137 155 189
Hex 89 9B BD

RGB Percentages of Color #899bbd

%28.48
%32.22
%39.29

CMYK Percentages of Color #899bbd

%28
%18
%0
%26

Triadic Colors of #899bbd

#899bbd #bd899b #9bbd89

Analogous Colors of #899bbd

#899bbd #9189bd #89b5bd

Monochromatic Colors of #899bbd

#899bbd

Complementary Color

#899bbd #bdab89

#899bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#899bbd Color CSS Codes

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

#899bbd Text Font Color

<p style="color:#899bbd">Text here</p>

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


#899bbd Background Color

<div style="background-color:#899bbd">
Div content here</div>

This div background color is #899bbd


#899bbd Border Color

<div style="border:3px solid #899bbd">
Div here</div>

This div border color is #899bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899bbd


Comments

No comments written yet.

Please login to write comment.