#9D848D

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

Shades of Venus #9D848D

Tints of Venus #9D848D

Color information

#9D848D (or 0x9D848D) is unknown color: approx Venus. HEX triplet: 9D, 84 and 8D. RGB value is (157,132,141). Sum of RGB (Red+Green+Blue) = 157+132+141=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D848D is #627B72. Grayscale: #8C8C8C. Windows color (decimal): -6454131 or 9274525. OLE color: 9274525.

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

Color convert

RGB157132141-
CMYK00.160.100.38
HSL338.4º11.31%56.67%-
HSV(B)338.4º15.92%61.57%-
XYZ26.9625.5928.72-
YUV140.5128.28139.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.51%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 141 (55.47% from 255) = 32.79%
R=36.51%
G=30.70%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713214100.160.100.38338.411.3156.67
Hex9D848D010A26152b39
Octal23520421502012465221371
Binary10011101100001001000110101000010101001101010100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,132,141); }

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

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

 a { background-color: rgb(157,132,141); }

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

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

 span { border-color: rgb(157,132,141); }

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