#908384

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

Shades of Venus #908384

Tints of Venus #908384

Color information

#908384 (or 0x908384) is unknown color: approx Venus. HEX triplet: 90, 83 and 84. RGB value is (144,131,132). Sum of RGB (Red+Green+Blue) = 144+131+132=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #908384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908384 is #6F7C7B. Grayscale: #878787. Windows color (decimal): -7306364 or 8684432. OLE color: 8684432.

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

Color convert

RGB144131132-
CMYK00.090.080.44
HSL355.38º5.53%53.92%-
HSV(B)355.38º9.03%56.47%-
XYZ23.7823.8325.18-
YUV135126.31134.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.38%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=35.38%
G=32.19%
B=32.43%

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
Decimal14413113200.090.080.44355.385.5353.92
Hex9083840982C163636
Octal2202032040111054543666
Binary100100001000001110000100010011000101100101100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908384; }

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

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

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

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

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

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

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

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