#9E8A8B

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

Shades of Venus #9E8A8B

Tints of Venus #9E8A8B

Color information

#9E8A8B (or 0x9E8A8B) is unknown color: approx Venus. HEX triplet: 9E, 8A and 8B. RGB value is (158,138,139). Sum of RGB (Red+Green+Blue) = 158+138+139=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8A8B is #617574. Grayscale: #909090. Windows color (decimal): -6387061 or 9144990. OLE color: 9144990.

HSL color Cylindrical-coordinate representation of color #9E8A8B: hue angle of 357º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E8A8B is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB158138139-
CMYK00.130.120.38
HSL357º9.35%58.04%-
HSV(B)357º12.66%61.96%-
XYZ27.8527.3128.23-
YUV144.09125.13137.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.32%
GREEN value IS 138 (54.30% from 255) = 31.72%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=36.32%
G=31.72%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813813900.130.120.383579.3558.04
Hex9E8A8B0DC2616593a
Octal23621221301514465451172
Binary1001111010001010100010110110111001001101011001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,138,139); }

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

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

 a { background-color: rgb(158,138,139); }

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

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

 span { border-color: rgb(158,138,139); }

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