Color Hex Logo

#8599bb Color Hex

#8599BB
(133,153,187)
0 Favorites   0 Comments

Color spaces of #8599bb

RGB 133153187
HSL0.600.280.63
HSV218°29°73°
CMYK 0.290.180.00   0.27
XYZ30.033731.356951.4832
Yxy31.35690.26610.2778
Hunter Lab55.9972-2.2580-15.3125
CIE-Lab62.80780.8712-19.9357

#8599bb color RGB value is (133,153,187).

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

The process color (four color CMYK) of #8599bb color hex is 0.29, 0.18, 0.00, 0.27. Web safe color of #8599bb is #9999cc. Color #8599bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10011001 10111011
Octal 205 231 273
Decimal 133 153 187
Hex 85 99 BB

RGB Percentages of Color #8599bb

%28.12
%32.35
%39.53

CMYK Percentages of Color #8599bb

%29
%18
%0
%27

Triadic Colors of #8599bb

#8599bb #bb8599 #99bb85

Analogous Colors of #8599bb

#8599bb #8c85bb #85b4bb

Monochromatic Colors of #8599bb

#8599bb

Complementary Color

#8599bb #bba785

#8599bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8599bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8599bb Color CSS Codes

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

#8599bb Text Font Color

<p style="color:#8599bb">Text here</p>

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


#8599bb Background Color

<div style="background-color:#8599bb">
Div content here</div>

This div background color is #8599bb


#8599bb Border Color

<div style="border:3px solid #8599bb">
Div here</div>

This div border color is #8599bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,153,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8599bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8599bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8599bb;
  box-shadow:         1px 1px 3px 2px #8599bb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8599bb

#8599bb Color Palettes


Comments

No comments written yet.

Please login to write comment.