#938286

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

Shades of Venus #938286

Tints of Venus #938286

Color information

#938286 (or 0x938286) is unknown color: approx Venus. HEX triplet: 93, 82 and 86. RGB value is (147,130,134). Sum of RGB (Red+Green+Blue) = 147+130+134=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 147 - color contains mainly: red. Hex color #938286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938286 is #6C7D79. Grayscale: #878787. Windows color (decimal): -7110010 or 8815251. OLE color: 8815251.

HSL color Cylindrical-coordinate representation of color #938286: hue angle of 345.88º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #938286 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB147130134-
CMYK00.120.090.42
HSL345.88º7.3%54.31%-
HSV(B)345.88º11.56%57.65%-
XYZ24.3223.8925.88-
YUV135.54127.13136.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.77%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 134 (52.73% from 255) = 32.60%
R=35.77%
G=31.63%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713013400.120.090.42345.887.354.31
Hex9382860C92A15a736
Octal2232022060141152532766
Binary100100111000001010000110011001001101010101011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938286; }

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

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

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

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

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

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

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

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