#938186

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

Shades of Venus #938186

Tints of Venus #938186

Color information

#938186 (or 0x938186) is unknown color: approx Venus. HEX triplet: 93, 81 and 86. RGB value is (147,129,134). Sum of RGB (Red+Green+Blue) = 147+129+134=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 147 - color contains mainly: red. Hex color #938186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938186 is #6C7E79. Grayscale: #868686. Windows color (decimal): -7110266 or 8814995. OLE color: 8814995.

HSL color Cylindrical-coordinate representation of color #938186: hue angle of 343.33º degrees, saturation: 0.08, 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 #938186 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB147129134-
CMYK00.120.090.42
HSL343.33º7.69%54.12%-
HSV(B)343.33º12.24%57.65%-
XYZ24.1923.6225.84-
YUV134.95127.46136.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.85%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=35.85%
G=31.46%
B=32.68%

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
Decimal14712913400.120.090.42343.337.6954.12
Hex9381860C92A157836
Octal22320120601411525271066
Binary1001001110000001100001100110010011010101010101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938186; }

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

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

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

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

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

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

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

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