#9B8287

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

Shades of Venus #9B8287

Tints of Venus #9B8287

Color information

#9B8287 (or 0x9B8287) is unknown color: approx Venus. HEX triplet: 9B, 82 and 87. RGB value is (155,130,135). Sum of RGB (Red+Green+Blue) = 155+130+135=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8287 is #647D78. Grayscale: #8A8A8A. Windows color (decimal): -6585721 or 8880795. OLE color: 8880795.

HSL color Cylindrical-coordinate representation of color #9B8287: hue angle of 348º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B8287 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB155130135-
CMYK00.160.130.39
HSL348º11.11%55.88%-
HSV(B)348º16.13%60.78%-
XYZ25.8724.6826.32-
YUV138.05126.28140.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.90%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=36.90%
G=30.95%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513013500.160.130.3934811.1155.88
Hex9B8287010D2715cb38
Octal23320220702015475341370
Binary10011011100000101000011101000011011001111010111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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