#938589

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

Shades of Venus #938589

Tints of Venus #938589

Color information

#938589 (or 0x938589) is unknown color: approx Venus. HEX triplet: 93, 85 and 89. RGB value is (147,133,137). Sum of RGB (Red+Green+Blue) = 147+133+137=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 147 - color contains mainly: red. Hex color #938589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938589 is #6C7A76. Grayscale: #898989. Windows color (decimal): -7109239 or 9012627. OLE color: 9012627.

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

Color convert

RGB147133137-
CMYK00.100.070.42
HSL342.86º6.09%54.9%-
HSV(B)342.86º9.52%57.65%-
XYZ24.9424.7827.14-
YUV137.64127.64134.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 137 (53.91% from 255) = 32.85%
R=35.25%
G=31.89%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713313700.100.070.42342.866.0954.9
Hex9385890A72A157637
Octal223205211012752527667
Binary10010011100001011000100101010111101010101010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938589; }

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

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

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

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

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

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

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

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