#9B888D

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

Shades of Venus #9B888D

Tints of Venus #9B888D

Color information

#9B888D (or 0x9B888D) is unknown color: approx Venus. HEX triplet: 9B, 88 and 8D. RGB value is (155,136,141). Sum of RGB (Red+Green+Blue) = 155+136+141=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 155 - color contains mainly: red. Hex color #9B888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B888D is #647772. Grayscale: #8E8E8E. Windows color (decimal): -6584179 or 9275547. OLE color: 9275547.

HSL color Cylindrical-coordinate representation of color #9B888D: hue angle of 344.21º 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 #9B888D is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB155136141-
CMYK00.120.090.39
HSL344.21º8.68%57.06%-
HSV(B)344.21º12.26%60.78%-
XYZ27.1326.528.88-
YUV142.25127.29137.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.88%
GREEN value IS 136 (53.52% from 255) = 31.48%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=35.88%
G=31.48%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513614100.120.090.39344.218.6857.06
Hex9B888D0C927158939
Octal23321021501411475301171
Binary1001101110001000100011010110010011001111010110001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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