#938487

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

Shades of Venus #938487

Tints of Venus #938487

Color information

#938487 (or 0x938487) is unknown color: approx Venus. HEX triplet: 93, 84 and 87. RGB value is (147,132,135). Sum of RGB (Red+Green+Blue) = 147+132+135=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #938487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938487 is #6C7B78. Grayscale: #888888. Windows color (decimal): -7109497 or 8881299. OLE color: 8881299.

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

Color convert

RGB147132135-
CMYK00.100.080.42
HSL348º6.49%54.71%-
HSV(B)348º10.2%57.65%-
XYZ24.6624.4526.34-
YUV136.83126.97135.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.51%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=35.51%
G=31.88%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713213500.100.080.423486.4954.71
Hex9384870A82A15c637
Octal2232042070121052534667
Binary100100111000010010000111010101000101010101011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938487; }

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

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

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

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

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

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

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

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