#918489

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

Shades of Venus #918489

Tints of Venus #918489

Color information

#918489 (or 0x918489) is unknown color: approx Venus. HEX triplet: 91, 84 and 89. RGB value is (145,132,137). Sum of RGB (Red+Green+Blue) = 145+132+137=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 145 - color contains mainly: red. Hex color #918489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918489 is #6E7B76. Grayscale: #888888. Windows color (decimal): -7240567 or 9012369. OLE color: 9012369.

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

Color convert

RGB145132137-
CMYK00.090.060.43
HSL336.92º5.58%54.31%-
HSV(B)336.92º8.97%56.86%-
XYZ24.4424.3327.07-
YUV136.46128.31134.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.02%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=35.02%
G=31.88%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513213700.090.060.43336.925.5854.31
Hex9184890962B151636
Octal221204211011653521666
Binary10010001100001001000100101001110101011101010001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918489; }

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

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

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

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

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

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

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

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