#9B828B

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

Shades of Venus #9B828B

Tints of Venus #9B828B

Color information

#9B828B (or 0x9B828B) is unknown color: approx Venus. HEX triplet: 9B, 82 and 8B. RGB value is (155,130,139). Sum of RGB (Red+Green+Blue) = 155+130+139=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B828B is #647D74. Grayscale: #8A8A8A. Windows color (decimal): -6585717 or 9142939. OLE color: 9142939.

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

Color convert

RGB155130139-
CMYK00.160.100.39
HSL338.4º11.11%55.88%-
HSV(B)338.4º16.13%60.78%-
XYZ26.1624.827.83-
YUV138.5128.28139.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.56%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=36.56%
G=30.66%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513013900.160.100.39338.411.1155.88
Hex9B828B010A27152b38
Octal23320221302012475221370
Binary10011011100000101000101101000010101001111010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,130,139); }

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

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

 a { background-color: rgb(155,130,139); }

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

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

 span { border-color: rgb(155,130,139); }

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