Color spaces of #91839e
RGB | 145 | 131 | 158 |
---|---|---|---|
HSL | 0.75 | 0.12 | 0.57 |
HSV | 271° | 17° | 62° |
CMYK | 0.08 | 0.17 | 0.00 0.38 |
XYZ | 25.9649 | 24.7210 | 35.7509 |
Yxy | 24.7210 | 0.3004 | 0.2860 |
Hunter Lab | 49.7202 | 6.2059 | -7.8278 |
CIE-Lab | 56.8026 | 10.6247 | -12.4550 |
#91839e color RGB value is (145,131,158).
#91839e hex color red value is 145, green value is 131 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #91839e hue: 0.75 , saturation: 0.12 and the lightness value of 91839e is 0.57.
The process color (four color CMYK) of #91839e color hex is 0.08, 0.17, 0.00, 0.38. Web safe color of #91839e is #999999. Color #91839e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 10000011 | 10011110 |
Octal | 221 | 203 | 236 |
Decimal | 145 | 131 | 158 |
Hex | 91 | 83 | 9E |
Shades of #91839e
Tints of #91839e
RGB Percentages of Color #91839e
CMYK Percentages of Color #91839e
Complementary Color
#91839e | #909e83 |
#91839e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#91839e Color Preview on White Background
Lorem ipsum dolor sit amet.
#91839e Color CSS Codes
.mybgcolor {background-color:#91839e; } .myforecolor {color:#91839e; } .mybordercolor {border:3px solid #91839e; }
#91839e Text Font Color
<p style="color:#91839e">Text here</p>
This sample text font color is #91839e
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.
#91839e Background Color
<div style="background-color:#91839e">
Div content here</div>
This div background color is #91839e
#91839e Border Color
<div style="border:3px solid #91839e">
Div here</div>
This div border color is #91839e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,131,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #91839e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #91839e; -webkit-box-shadow: 1px 1px 3px 2px #91839e; box-shadow: 1px 1px 3px 2px #91839e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,131,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #91839e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #91839e; -webkit-box-shadow: 1px 1px 3px 2px #91839e; box-shadow: 1px 1px 3px 2px #91839e;">
Div content here</div>
This div box has shadow with color #91839e
Comments
No comments written yet.
Please login to write comment.