#928489

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

Shades of Venus #928489

Tints of Venus #928489

Color information

#928489 (or 0x928489) is unknown color: approx Venus. HEX triplet: 92, 84 and 89. RGB value is (146,132,137). Sum of RGB (Red+Green+Blue) = 146+132+137=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 146 - color contains mainly: red. Hex color #928489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928489 is #6D7B76. Grayscale: #888888. Windows color (decimal): -7175031 or 9012370. OLE color: 9012370.

HSL color Cylindrical-coordinate representation of color #928489: hue angle of 338.57º 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 #928489 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB146132137-
CMYK00.100.060.43
HSL338.57º6.03%54.51%-
HSV(B)338.57º9.59%57.25%-
XYZ24.6224.4227.08-
YUV136.76128.14134.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 137 (53.91% from 255) = 33.01%
R=35.18%
G=31.81%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613213700.100.060.43338.576.0354.51
Hex9284890A62B153637
Octal222204211012653523667
Binary10010010100001001000100101010110101011101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928489; }

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

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

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

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

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

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

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

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