#928387

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

Shades of Venus #928387

Tints of Venus #928387

Color information

#928387 (or 0x928387) is unknown color: approx Venus. HEX triplet: 92, 83 and 87. RGB value is (146,131,135). Sum of RGB (Red+Green+Blue) = 146+131+135=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 146 - color contains mainly: red. Hex color #928387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928387 is #6D7C78. Grayscale: #878787. Windows color (decimal): -7175289 or 8881042. OLE color: 8881042.

HSL color Cylindrical-coordinate representation of color #928387: hue angle of 344º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928387 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB146131135-
CMYK00.100.080.43
HSL344º6.44%54.31%-
HSV(B)344º10.27%57.25%-
XYZ24.3424.0926.29-
YUV135.94127.47135.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 135 (53.12% from 255) = 32.77%
R=35.44%
G=31.80%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613113500.100.080.433446.4454.31
Hex9283870A82B158636
Octal2222032070121053530666
Binary100100101000001110000111010101000101011101011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928387; }

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

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

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

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

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

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

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

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