#908285

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

Shades of Venus #908285

Tints of Venus #908285

Color information

#908285 (or 0x908285) is unknown color: approx Venus. HEX triplet: 90, 82 and 85. RGB value is (144,130,133). Sum of RGB (Red+Green+Blue) = 144+130+133=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #908285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908285 is #6F7D7A. Grayscale: #868686. Windows color (decimal): -7306619 or 8749712. OLE color: 8749712.

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

Color convert

RGB144130133-
CMYK00.100.080.44
HSL347.14º5.93%53.73%-
HSV(B)347.14º9.72%56.47%-
XYZ23.7223.5925.49-
YUV134.53127.14134.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.38%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=35.38%
G=31.94%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413013300.100.080.44347.145.9353.73
Hex9082850A82C15b636
Octal2202022050121054533666
Binary100100001000001010000101010101000101100101011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908285; }

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

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

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

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

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

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

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

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