#9B8086

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

Shades of Venus #9B8086

Tints of Venus #9B8086

Color information

#9B8086 (or 0x9B8086) is unknown color: approx Venus. HEX triplet: 9B, 80 and 86. RGB value is (155,128,134). Sum of RGB (Red+Green+Blue) = 155+128+134=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8086 is #647F79. Grayscale: #888888. Windows color (decimal): -6586234 or 8814747. OLE color: 8814747.

HSL color Cylindrical-coordinate representation of color #9B8086: hue angle of 346.67º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B8086 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB155128134-
CMYK00.170.140.39
HSL346.67º11.89%55.49%-
HSV(B)346.67º17.42%60.78%-
XYZ25.5424.1325.87-
YUV136.76126.45141.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 134 (52.73% from 255) = 32.13%
R=37.17%
G=30.70%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512813400.170.140.39346.6711.8955.49
Hex9B8086011E2715bc37
Octal23320020602116475331467
Binary10011011100000001000011001000111101001111010110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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