#938289

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

Shades of Venus #938289

Tints of Venus #938289

Color information

#938289 (or 0x938289) is unknown color: approx Venus. HEX triplet: 93, 82 and 89. RGB value is (147,130,137). Sum of RGB (Red+Green+Blue) = 147+130+137=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #938289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938289 is #6C7D76. Grayscale: #878787. Windows color (decimal): -7110007 or 9011859. OLE color: 9011859.

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

Color convert

RGB147130137-
CMYK00.120.070.42
HSL335.29º7.3%54.31%-
HSV(B)335.29º11.56%57.65%-
XYZ24.5323.9727-
YUV135.88128.63135.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=35.51%
G=31.40%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713013700.120.070.42335.297.354.31
Hex9382890C72A14f736
Octal223202211014752517766
Binary10010011100000101000100101100111101010101001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938289; }

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

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

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

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

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

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

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

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