#908389

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

Shades of Venus #908389

Tints of Venus #908389

Color information

#908389 (or 0x908389) is unknown color: approx Venus. HEX triplet: 90, 83 and 89. RGB value is (144,131,137). Sum of RGB (Red+Green+Blue) = 144+131+137=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 144 - color contains mainly: red. Hex color #908389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908389 is #6F7C76. Grayscale: #878787. Windows color (decimal): -7306359 or 9012112. OLE color: 9012112.

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

Color convert

RGB144131137-
CMYK00.090.050.44
HSL332.31º5.53%53.92%-
HSV(B)332.31º9.03%56.47%-
XYZ24.1323.9727.02-
YUV135.57128.81134.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=34.95%
G=31.80%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413113700.090.050.44332.315.5353.92
Hex9083890952C14c636
Octal220203211011554514666
Binary10010000100000111000100101001101101100101001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908389; }

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

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

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

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

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

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

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

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