#9B878D

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

Shades of Venus #9B878D

Tints of Venus #9B878D

Color information

#9B878D (or 0x9B878D) is unknown color: approx Venus. HEX triplet: 9B, 87 and 8D. RGB value is (155,135,141). Sum of RGB (Red+Green+Blue) = 155+135+141=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 155 - color contains mainly: red. Hex color #9B878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B878D is #647872. Grayscale: #8D8D8D. Windows color (decimal): -6584435 or 9275291. OLE color: 9275291.

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

Color convert

RGB155135141-
CMYK00.130.090.39
HSL342º9.09%56.86%-
HSV(B)342º12.9%60.78%-
XYZ26.9926.2228.84-
YUV141.66127.63137.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.96%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=35.96%
G=31.32%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513514100.130.090.393429.0956.86
Hex9B878D0D927156939
Octal23320721501511475261171
Binary1001101110000111100011010110110011001111010101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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