#9D898F

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

Shades of Venus #9D898F

Tints of Venus #9D898F

Color information

#9D898F (or 0x9D898F) is unknown color: approx Venus. HEX triplet: 9D, 89 and 8F. RGB value is (157,137,143). Sum of RGB (Red+Green+Blue) = 157+137+143=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 157 - color contains mainly: red. Hex color #9D898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D898F is #627670. Grayscale: #8F8F8F. Windows color (decimal): -6452849 or 9406877. OLE color: 9406877.

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

Color convert

RGB157137143-
CMYK00.130.090.38
HSL342º9.26%57.65%-
HSV(B)342º12.74%61.57%-
XYZ27.8127.0429.74-
YUV143.66127.63137.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.93%
GREEN value IS 137 (53.91% from 255) = 31.35%
BLUE value IS 143 (56.25% from 255) = 32.72%
R=35.93%
G=31.35%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713714300.130.090.383429.2657.65
Hex9D898F0D92615693a
Octal23521121701511465261172
Binary1001110110001001100011110110110011001101010101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,137,143); }

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

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

 a { background-color: rgb(157,137,143); }

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

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

 span { border-color: rgb(157,137,143); }

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