#908385

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

Shades of Venus #908385

Tints of Venus #908385

Color information

#908385 (or 0x908385) is unknown color: approx Venus. HEX triplet: 90, 83 and 85. RGB value is (144,131,133). Sum of RGB (Red+Green+Blue) = 144+131+133=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 144 - color contains mainly: red. Hex color #908385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908385 is #6F7C7A. Grayscale: #878787. Windows color (decimal): -7306363 or 8749968. OLE color: 8749968.

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

Color convert

RGB144131133-
CMYK00.090.080.44
HSL350.77º5.53%53.92%-
HSV(B)350.77º9.03%56.47%-
XYZ23.8523.8625.54-
YUV135.11126.81134.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.29%
GREEN value IS 131 (51.56% from 255) = 32.11%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=35.29%
G=32.11%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413113300.090.080.44350.775.5353.92
Hex9083850982C15f636
Octal2202032050111054537666
Binary100100001000001110000101010011000101100101011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908385; }

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

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

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

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

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

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

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

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