Color Hex Logo

#96829d Color Hex

#96829D
(150,130,157)
0 Favorites   0 Comments

Color spaces of #96829d

RGB 150130157
HSL0.790.120.56
HSV284°17°62°
CMYK 0.040.170.00   0.38
XYZ26.646124.883635.2969
Yxy24.88360.30690.2866
Hunter Lab49.88358.0527-7.0344
CIE-Lab56.961812.7509-11.5939

#96829d color RGB value is (150,130,157).

#96829d hex color red value is 150, green value is 130 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #96829d hue: 0.79 , saturation: 0.12 and the lightness value of 96829d is 0.56.

The process color (four color CMYK) of #96829d color hex is 0.04, 0.17, 0.00, 0.38. Web safe color of #96829d is #999999. Color #96829d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000010 10011101
Octal 226 202 235
Decimal 150 130 157
Hex 96 82 9D

RGB Percentages of Color #96829d

%34.32
%29.75
%35.93

CMYK Percentages of Color #96829d

%4
%17
%0
%38

Triadic Colors of #96829d

#96829d #9d9682 #829d96

Analogous Colors of #96829d

#96829d #9d8297 #89829d

Monochromatic Colors of #96829d

#96829d

Complementary Color

#96829d #899d82

#96829d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96829d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96829d Color CSS Codes

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

#96829d Text Font Color

<p style="color:#96829d">Text here</p>

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


#96829d Background Color

<div style="background-color:#96829d">
Div content here</div>

This div background color is #96829d


#96829d Border Color

<div style="border:3px solid #96829d">
Div here</div>

This div border color is #96829d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,130,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96829d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96829d;
  -webkit-box-shadow: 1px 1px 3px 2px #96829d;
  box-shadow:         1px 1px 3px 2px #96829d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,130,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #96829d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96829d


Comments

No comments written yet.

Please login to write comment.