#9A838C

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

Shades of Venus #9A838C

Tints of Venus #9A838C

Color information

#9A838C (or 0x9A838C) is unknown color: approx Venus. HEX triplet: 9A, 83 and 8C. RGB value is (154,131,140). Sum of RGB (Red+Green+Blue) = 154+131+140=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 154 - color contains mainly: red. Hex color #9A838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A838C is #657C73. Grayscale: #8A8A8A. Windows color (decimal): -6650996 or 9208730. OLE color: 9208730.

HSL color Cylindrical-coordinate representation of color #9A838C: hue angle of 336.52º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9A838C is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB154131140-
CMYK00.150.090.40
HSL336.52º10.22%55.88%-
HSV(B)336.52º14.94%60.39%-
XYZ26.182528.26-
YUV138.9128.62138.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.24%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=36.24%
G=30.82%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413114000.150.090.40336.5210.2255.88
Hex9A838C0F928151a38
Octal23220321401711505211270
Binary1001101010000011100011000111110011010001010100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A838C; }

 p { color: rgb(154,131,140); }

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

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

 a { background-color: rgb(154,131,140); }

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

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

 span { border-color: rgb(154,131,140); }

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