Color Hex Logo

#839bbd Color Hex

#839BBD
(131,155,189)
0 Favorites   0 Comments

Color spaces of #839bbd

RGB 131155189
HSL0.600.310.63
HSV215°31°74°
CMYK 0.310.180.00   0.26
XYZ30.266731.942152.7143
Yxy31.94210.26340.2779
Hunter Lab56.5173-3.3133-15.7382
CIE-Lab63.2950-0.3505-20.3278

#839bbd color RGB value is (131,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10011011 10111101
Octal 203 233 275
Decimal 131 155 189
Hex 83 9B BD

RGB Percentages of Color #839bbd

%27.58
%32.63
%39.79

CMYK Percentages of Color #839bbd

%31
%18
%0
%26

Triadic Colors of #839bbd

#839bbd #bd839b #9bbd83

Analogous Colors of #839bbd

#839bbd #8883bd #83b8bd

Monochromatic Colors of #839bbd

#839bbd

Complementary Color

#839bbd #bda583

#839bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#839bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#839bbd Color CSS Codes

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

#839bbd Text Font Color

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

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


#839bbd Background Color

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

This div background color is #839bbd


#839bbd Border Color

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

This div border color is #839bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #839bbd


Comments

No comments written yet.

Please login to write comment.