#908287

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

Shades of Venus #908287

Tints of Venus #908287

Color information

#908287 (or 0x908287) is unknown color: approx Venus. HEX triplet: 90, 82 and 87. RGB value is (144,130,135). Sum of RGB (Red+Green+Blue) = 144+130+135=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #908287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908287 is #6F7D78. Grayscale: #868686. Windows color (decimal): -7306617 or 8880784. OLE color: 8880784.

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

Color convert

RGB144130135-
CMYK00.100.060.44
HSL338.57º5.93%53.73%-
HSV(B)338.57º9.72%56.47%-
XYZ23.8623.6426.23-
YUV134.76128.14134.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 135 (53.12% from 255) = 33.01%
R=35.21%
G=31.78%
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.44
SystemRedGreenBlueCMYKHSL
Decimal14413013500.100.060.44338.575.9353.73
Hex9082870A62C153636
Octal220202207012654523666
Binary10010000100000101000011101010110101100101010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908287; }

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

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

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

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

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

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

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

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