#958387

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

Shades of Venus #958387

Tints of Venus #958387

Color information

#958387 (or 0x958387) is unknown color: approx Venus. HEX triplet: 95, 83 and 87. RGB value is (149,131,135). Sum of RGB (Red+Green+Blue) = 149+131+135=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #958387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958387 is #6A7C78. Grayscale: #888888. Windows color (decimal): -6978681 or 8881045. OLE color: 8881045.

HSL color Cylindrical-coordinate representation of color #958387: hue angle of 346.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958387 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB149131135-
CMYK00.120.090.42
HSL346.67º7.83%54.9%-
HSV(B)346.67º12.08%58.43%-
XYZ24.8824.3726.31-
YUV136.84126.96136.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.90%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 135 (53.12% from 255) = 32.53%
R=35.90%
G=31.57%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913113500.120.090.42346.677.8354.9
Hex9583870C92A15b837
Octal22520320701411525331067
Binary1001010110000011100001110110010011010101010110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958387; }

 p { color: rgb(149,131,135); }

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

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

 a { background-color: rgb(149,131,135); }

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

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

 span { border-color: rgb(149,131,135); }

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