#958487

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

Shades of Venus #958487

Tints of Venus #958487

Color information

#958487 (or 0x958487) is unknown color: approx Venus. HEX triplet: 95, 84 and 87. RGB value is (149,132,135). Sum of RGB (Red+Green+Blue) = 149+132+135=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 149 - color contains mainly: red. Hex color #958487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958487 is #6A7B78. Grayscale: #898989. Windows color (decimal): -6978425 or 8881301. OLE color: 8881301.

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

Color convert

RGB149132135-
CMYK00.110.090.42
HSL349.41º7.42%55.1%-
HSV(B)349.41º11.41%58.43%-
XYZ25.0224.6426.36-
YUV137.43126.63136.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=35.82%
G=31.73%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913213500.110.090.42349.417.4255.1
Hex9584870B92A15d737
Octal2252042070131152535767
Binary100101011000010010000111010111001101010101011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958487; }

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

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

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

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

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

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

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

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