#928587

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

Shades of Venus #928587

Tints of Venus #928587

Color information

#928587 (or 0x928587) is unknown color: approx Venus. HEX triplet: 92, 85 and 87. RGB value is (146,133,135). Sum of RGB (Red+Green+Blue) = 146+133+135=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 146 - color contains mainly: red. Hex color #928587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928587 is #6D7A78. Grayscale: #898989. Windows color (decimal): -7174777 or 8881554. OLE color: 8881554.

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

Color convert

RGB146133135-
CMYK00.090.080.43
HSL350.77º5.63%54.71%-
HSV(B)350.77º8.9%57.25%-
XYZ24.6124.6426.38-
YUV137.12126.81134.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.27%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=35.27%
G=32.13%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613313500.090.080.43350.775.6354.71
Hex9285870982B15f637
Octal2222052070111053537667
Binary100100101000010110000111010011000101011101011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928587; }

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

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

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

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

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

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

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

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