#937985

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

Shades of Venus #937985

Tints of Venus #937985

Color information

#937985 (or 0x937985) is unknown color: approx Venus. HEX triplet: 93, 79 and 85. RGB value is (147,121,133). Sum of RGB (Red+Green+Blue) = 147+121+133=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #937985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937985 is #6C867A. Grayscale: #828282. Windows color (decimal): -7112315 or 8747411. OLE color: 8747411.

HSL color Cylindrical-coordinate representation of color #937985: hue angle of 332.31º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #937985 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB147121133-
CMYK00.180.100.42
HSL332.31º10.74%52.55%-
HSV(B)332.31º17.69%57.65%-
XYZ23.121.5725.14-
YUV130.14129.61140.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=36.66%
G=30.17%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712113300.180.100.42332.3110.7452.55
Hex937985012A2A14cb35
Octal22317120502212525141365
Binary1001001111110011000010101001010101010101010011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937985; }

 p { color: rgb(147,121,133); }

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

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

 a { background-color: rgb(147,121,133); }

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

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

 span { border-color: rgb(147,121,133); }

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