#928485

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

Shades of Venus #928485

Tints of Venus #928485

Color information

#928485 (or 0x928485) is unknown color: approx Venus. HEX triplet: 92, 84 and 85. RGB value is (146,132,133). Sum of RGB (Red+Green+Blue) = 146+132+133=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 146 - color contains mainly: red. Hex color #928485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928485 is #6D7B7A. Grayscale: #888888. Windows color (decimal): -7175035 or 8750226. OLE color: 8750226.

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

Color convert

RGB146132133-
CMYK00.100.090.43
HSL355.71º6.03%54.51%-
HSV(B)355.71º9.59%57.25%-
XYZ24.3424.3125.6-
YUV136.3126.14134.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.52%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 133 (52.34% from 255) = 32.36%
R=35.52%
G=32.12%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613213300.100.090.43355.716.0354.51
Hex9284850A92B164637
Octal2222042050121153544667
Binary100100101000010010000101010101001101011101100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928485; }

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

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

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

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

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

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

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

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