Color Hex Logo

#8399bd Color Hex

#8399BD
(131,153,189)
0 Favorites   0 Comments

Color spaces of #8399bd

RGB 131153189
HSL0.600.310.63
HSV217°31°74°
CMYK 0.310.190.00   0.26
XYZ29.936631.281952.6043
Yxy31.28190.26300.2748
Hunter Lab55.9302-2.3359-16.6131
CIE-Lab62.74490.7748-21.1670

#8399bd color RGB value is (131,153,189).

#8399bd hex color red value is 131, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8399bd hue: 0.60 , saturation: 0.31 and the lightness value of 8399bd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011001 10111101
Octal 203 231 275
Decimal 131 153 189
Hex 83 99 BD

RGB Percentages of Color #8399bd

%27.70
%32.35
%39.96

CMYK Percentages of Color #8399bd

%31
%19
%0
%26

Triadic Colors of #8399bd

#8399bd #bd8399 #99bd83

Analogous Colors of #8399bd

#8399bd #8a83bd #83b6bd

Monochromatic Colors of #8399bd

#8399bd

Complementary Color

#8399bd #bda783

#8399bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8399bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8399bd Color CSS Codes

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

#8399bd Text Font Color

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

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


#8399bd Background Color

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

This div background color is #8399bd


#8399bd Border Color

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

This div border color is #8399bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8399bd


Comments

No comments written yet.

Please login to write comment.