#908489

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

Shades of Venus #908489

Tints of Venus #908489

Color information

#908489 (or 0x908489) is unknown color: approx Venus. HEX triplet: 90, 84 and 89. RGB value is (144,132,137). Sum of RGB (Red+Green+Blue) = 144+132+137=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 144 - color contains mainly: red. Hex color #908489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908489 is #6F7B76. Grayscale: #888888. Windows color (decimal): -7306103 or 9012368. OLE color: 9012368.

HSL color Cylindrical-coordinate representation of color #908489: hue angle of 335º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908489 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB144132137-
CMYK00.080.050.44
HSL335º5.13%54.12%-
HSV(B)335º8.33%56.47%-
XYZ24.2724.2427.07-
YUV136.16128.48133.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.87%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 137 (53.91% from 255) = 33.17%
R=34.87%
G=31.96%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413213700.080.050.443355.1354.12
Hex9084890852C14f536
Octal220204211010554517566
Binary10010000100001001000100101000101101100101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908489; }

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

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

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

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

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

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

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

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