#9B888F

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

Shades of Venus #9B888F

Tints of Venus #9B888F

Color information

#9B888F (or 0x9B888F) is unknown color: approx Venus. HEX triplet: 9B, 88 and 8F. RGB value is (155,136,143). Sum of RGB (Red+Green+Blue) = 155+136+143=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 155 - color contains mainly: red. Hex color #9B888F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B888F is #647770. Grayscale: #8E8E8E. Windows color (decimal): -6584177 or 9406619. OLE color: 9406619.

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

Color convert

RGB155136143-
CMYK00.120.080.39
HSL337.89º8.68%57.06%-
HSV(B)337.89º12.26%60.78%-
XYZ27.2826.5629.68-
YUV142.48128.29136.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.71%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 143 (56.25% from 255) = 32.95%
R=35.71%
G=31.34%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513614300.120.080.39337.898.6857.06
Hex9B888F0C827152939
Octal23321021701410475221171
Binary1001101110001000100011110110010001001111010100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,143); }

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

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

 a { background-color: rgb(155,136,143); }

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

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

 span { border-color: rgb(155,136,143); }

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