#9B8187

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

Shades of Venus #9B8187

Tints of Venus #9B8187

Color information

#9B8187 (or 0x9B8187) is unknown color: approx Venus. HEX triplet: 9B, 81 and 87. RGB value is (155,129,135). Sum of RGB (Red+Green+Blue) = 155+129+135=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8187 is #647E78. Grayscale: #898989. Windows color (decimal): -6585977 or 8880539. OLE color: 8880539.

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

Color convert

RGB155129135-
CMYK00.170.130.39
HSL346.15º11.5%55.69%-
HSV(B)346.15º16.77%60.78%-
XYZ25.7424.4226.28-
YUV137.46126.61140.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.99%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 135 (53.12% from 255) = 32.22%
R=36.99%
G=30.79%
B=32.22%

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
Decimal15512913500.170.130.39346.1511.555.69
Hex9B8187011D2715ac38
Octal23320120702115475321470
Binary10011011100000011000011101000111011001111010110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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