#917E87

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

Shades of Venus #917E87

Tints of Venus #917E87

Color information

#917E87 (or 0x917E87) is unknown color: approx Venus. HEX triplet: 91, 7E and 87. RGB value is (145,126,135). Sum of RGB (Red+Green+Blue) = 145+126+135=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 145 - color contains mainly: red. Hex color #917E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917E87 is #6E8178. Grayscale: #848484. Windows color (decimal): -7242105 or 8879761. OLE color: 8879761.

HSL color Cylindrical-coordinate representation of color #917E87: hue angle of 331.58º 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 #917E87 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB145126135-
CMYK00.130.070.43
HSL331.58º7.95%53.14%-
HSV(B)331.58º13.1%56.86%-
XYZ23.5122.6926.06-
YUV132.71129.29136.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.71%
GREEN value IS 126 (49.61% from 255) = 31.03%
BLUE value IS 135 (53.12% from 255) = 33.25%
R=35.71%
G=31.03%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512613500.130.070.43331.587.9553.14
Hex917E870D72B14c835
Octal2211762070157535141065
Binary10010001111111010000111011011111010111010011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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