#9D8086

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

Shades of Venus #9D8086

Tints of Venus #9D8086

Color information

#9D8086 (or 0x9D8086) is unknown color: approx Venus. HEX triplet: 9D, 80 and 86. RGB value is (157,128,134). Sum of RGB (Red+Green+Blue) = 157+128+134=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8086 is #627F79. Grayscale: #898989. Windows color (decimal): -6455162 or 8814749. OLE color: 8814749.

HSL color Cylindrical-coordinate representation of color #9D8086: hue angle of 347.59º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D8086 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB157128134-
CMYK00.180.150.38
HSL347.59º12.89%55.88%-
HSV(B)347.59º18.47%61.57%-
XYZ25.9324.3325.88-
YUV137.35126.11142.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 134 (52.73% from 255) = 31.98%
R=37.47%
G=30.55%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712813400.180.150.38347.5912.8955.88
Hex9D8086012F2615cd38
Octal23520020602217465341570
Binary10011101100000001000011001001011111001101010111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,128,134); }

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

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

 a { background-color: rgb(157,128,134); }

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

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

 span { border-color: rgb(157,128,134); }

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