#938486

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

Shades of Venus #938486

Tints of Venus #938486

Color information

#938486 (or 0x938486) is unknown color: approx Venus. HEX triplet: 93, 84 and 86. RGB value is (147,132,134). Sum of RGB (Red+Green+Blue) = 147+132+134=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #938486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938486 is #6C7B79. Grayscale: #888888. Windows color (decimal): -7109498 or 8815763. OLE color: 8815763.

HSL color Cylindrical-coordinate representation of color #938486: hue angle of 352º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #938486 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB147132134-
CMYK00.100.090.42
HSL352º6.49%54.71%-
HSV(B)352º10.2%57.65%-
XYZ24.5924.4325.97-
YUV136.71126.47135.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 132 (51.95% from 255) = 31.96%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=35.59%
G=31.96%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713213400.100.090.423526.4954.71
Hex9384860A92A160637
Octal2232042060121152540667
Binary100100111000010010000110010101001101010101100000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938486; }

 p { color: rgb(147,132,134); }

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

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

 a { background-color: rgb(147,132,134); }

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

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

 span { border-color: rgb(147,132,134); }

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