#9B8087

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

Shades of Venus #9B8087

Tints of Venus #9B8087

Color information

#9B8087 (or 0x9B8087) is unknown color: approx Venus. HEX triplet: 9B, 80 and 87. RGB value is (155,128,135). Sum of RGB (Red+Green+Blue) = 155+128+135=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8087 is #647F78. Grayscale: #888888. Windows color (decimal): -6586233 or 8880283. OLE color: 8880283.

HSL color Cylindrical-coordinate representation of color #9B8087: hue angle of 344.44º 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 #9B8087 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB155128135-
CMYK00.170.130.39
HSL344.44º11.89%55.49%-
HSV(B)344.44º17.42%60.78%-
XYZ25.6124.1626.23-
YUV136.87126.95140.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.08%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 135 (53.12% from 255) = 32.30%
R=37.08%
G=30.62%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512813500.170.130.39344.4411.8955.49
Hex9B8087011D27158c37
Octal23320020702115475301467
Binary10011011100000001000011101000111011001111010110001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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