#9A878D

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

Shades of Venus #9A878D

Tints of Venus #9A878D

Color information

#9A878D (or 0x9A878D) is unknown color: approx Venus. HEX triplet: 9A, 87 and 8D. RGB value is (154,135,141). Sum of RGB (Red+Green+Blue) = 154+135+141=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 154 - color contains mainly: red. Hex color #9A878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A878D is #657872. Grayscale: #8D8D8D. Windows color (decimal): -6649971 or 9275290. OLE color: 9275290.

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

Color convert

RGB154135141-
CMYK00.120.080.40
HSL341.05º8.6%56.67%-
HSV(B)341.05º12.34%60.39%-
XYZ26.826.1228.83-
YUV141.36127.79137.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.81%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 141 (55.47% from 255) = 32.79%
R=35.81%
G=31.40%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15413514100.120.080.40341.058.656.67
Hex9A878D0C828155939
Octal23220721501410505251171
Binary1001101010000111100011010110010001010001010101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,135,141); }

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

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

 a { background-color: rgb(154,135,141); }

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

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

 span { border-color: rgb(154,135,141); }

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