#938D8F

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

Shades of Venus #938D8F

Tints of Venus #938D8F

Color information

#938D8F (or 0x938D8F) is unknown color: approx Venus. HEX triplet: 93, 8D and 8F. RGB value is (147,141,143). Sum of RGB (Red+Green+Blue) = 147+141+143=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 147 - color contains mainly: red. Hex color #938D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938D8F is #6C7270. Grayscale: #8F8F8F. Windows color (decimal): -7107185 or 9407891. OLE color: 9407891.

HSL color Cylindrical-coordinate representation of color #938D8F: hue angle of 340º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #938D8F is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB147141143-
CMYK00.040.030.42
HSL340º2.7%56.47%-
HSV(B)340º4.08%57.65%-
XYZ26.5227.2429.85-
YUV143.02127.99130.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 143 (56.25% from 255) = 33.18%
R=34.11%
G=32.71%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714114300.040.030.423402.756.47
Hex938D8F0432A154338
Octal22321521704352524370
Binary10010011100011011000111101001110101010101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938D8F; }

 p { color: rgb(147,141,143); }

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

<style>
 a { background-color: #938D8F; }

 a { background-color: rgb(147,141,143); }

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

<style>
 span { border-color: #938D8F; }

 span { border-color: rgb(147,141,143); }

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