#917E85

Color #917E85 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #917E85

Tints of Venus #917E85

Color information

#917E85 (or 0x917E85) is unknown color: approx Venus. HEX triplet: 91, 7E and 85. RGB value is (145,126,133). Sum of RGB (Red+Green+Blue) = 145+126+133=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 145 - color contains mainly: red. Hex color #917E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917E85 is #6E817A. Grayscale: #848484. Windows color (decimal): -7242107 or 8748689. OLE color: 8748689.

HSL color Cylindrical-coordinate representation of color #917E85: hue angle of 337.89º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #917E85 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB145126133-
CMYK00.130.080.43
HSL337.89º7.95%53.14%-
HSV(B)337.89º13.1%56.86%-
XYZ23.3722.6325.33-
YUV132.48128.29136.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 35.89%
GREEN value IS 126 (49.61% from 255) = 31.19%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=35.89%
G=31.19%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512613300.130.080.43337.897.9553.14
Hex917E850D82B152835
Octal22117620501510535221065
Binary100100011111110100001010110110001010111010100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917E85; }

 p { color: rgb(145,126,133); }

 H1.HeaderClassName
 {
   color: #917E85;
 }
 .AnyTagClassName
 {
   color: #917E85;
 }
</style>
background-color css

<style>
 a { background-color: #917E85; }

 a { background-color: rgb(145,126,133); }

 div.DivClassName
 {
   background-color: #917E85;
 }
 .BgClassName
 {
   background-color: #917E85;
 }
</style>
border-color css

<style>
 span { border-color: #917E85; }

 span { border-color: rgb(145,126,133); }

 td.TdClassName
 {
   border-color: #917E85;
 }
 .TagClassName
 {
   border-color: #917E85;
 }
</style>