#908387

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

Shades of Venus #908387

Tints of Venus #908387

Color information

#908387 (or 0x908387) is unknown color: approx Venus. HEX triplet: 90, 83 and 87. RGB value is (144,131,135). Sum of RGB (Red+Green+Blue) = 144+131+135=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 144 - color contains mainly: red. Hex color #908387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908387 is #6F7C78. Grayscale: #878787. Windows color (decimal): -7306361 or 8881040. OLE color: 8881040.

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

Color convert

RGB144131135-
CMYK00.090.060.44
HSL341.54º5.53%53.92%-
HSV(B)341.54º9.03%56.47%-
XYZ23.9923.9126.27-
YUV135.34127.81134.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.12%
GREEN value IS 131 (51.56% from 255) = 31.95%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=35.12%
G=31.95%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413113500.090.060.44341.545.5353.92
Hex9083870962C156636
Octal220203207011654526666
Binary10010000100000111000011101001110101100101010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908387; }

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

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

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

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

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

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

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

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