Color Hex Logo

#8798bd Color Hex

#8798BD
(135,152,189)
0 Favorites   0 Comments

Color spaces of #8798bd

RGB 135152189
HSL0.610.290.64
HSV221°29°74°
CMYK 0.290.200.00   0.26
XYZ30.405231.281552.5795
Yxy31.28150.26610.2738
Hunter Lab55.9299-0.8392-16.5874
CIE-Lab62.74462.5421-21.1429

#8798bd color RGB value is (135,152,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011000 10111101
Octal 207 230 275
Decimal 135 152 189
Hex 87 98 BD

RGB Percentages of Color #8798bd

%28.36
%31.93
%39.71

CMYK Percentages of Color #8798bd

%29
%20
%0
%26

Triadic Colors of #8798bd

#8798bd #bd8798 #98bd87

Analogous Colors of #8798bd

#8798bd #9187bd #87b3bd

Monochromatic Colors of #8798bd

#8798bd

Complementary Color

#8798bd #bdac87

#8798bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8798bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8798bd Color CSS Codes

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

#8798bd Text Font Color

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

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


#8798bd Background Color

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

This div background color is #8798bd


#8798bd Border Color

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

This div border color is #8798bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8798bd


Comments

No comments written yet.

Please login to write comment.