#9B858D

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

Shades of Venus #9B858D

Tints of Venus #9B858D

Color information

#9B858D (or 0x9B858D) is unknown color: approx Venus. HEX triplet: 9B, 85 and 8D. RGB value is (155,133,141). Sum of RGB (Red+Green+Blue) = 155+133+141=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B858D is #647A72. Grayscale: #8C8C8C. Windows color (decimal): -6584947 or 9274779. OLE color: 9274779.

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

Color convert

RGB155133141-
CMYK00.140.090.39
HSL338.18º9.91%56.47%-
HSV(B)338.18º14.19%60.78%-
XYZ26.7125.6728.75-
YUV140.49128.29138.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.13%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=36.13%
G=31.00%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513314100.140.090.39338.189.9156.47
Hex9B858D0E927152a38
Octal23320521501611475221270
Binary1001101110000101100011010111010011001111010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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