#908485

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

Shades of Venus #908485

Tints of Venus #908485

Color information

#908485 (or 0x908485) is unknown color: approx Venus. HEX triplet: 90, 84 and 85. RGB value is (144,132,133). Sum of RGB (Red+Green+Blue) = 144+132+133=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #908485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908485 is #6F7B7A. Grayscale: #878787. Windows color (decimal): -7306107 or 8750224. OLE color: 8750224.

HSL color Cylindrical-coordinate representation of color #908485: hue angle of 355º 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 #908485 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB144132133-
CMYK00.080.080.44
HSL355º5.13%54.12%-
HSV(B)355º8.33%56.47%-
XYZ23.9924.1325.58-
YUV135.7126.48133.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 133 (52.34% from 255) = 32.52%
R=35.21%
G=32.27%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413213300.080.080.443555.1354.12
Hex9084850882C163536
Octal2202042050101054543566
Binary100100001000010010000101010001000101100101100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908485; }

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

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

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

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

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

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

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

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