#938287

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

Shades of Venus #938287

Tints of Venus #938287

Color information

#938287 (or 0x938287) is unknown color: approx Venus. HEX triplet: 93, 82 and 87. RGB value is (147,130,135). Sum of RGB (Red+Green+Blue) = 147+130+135=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 147 - color contains mainly: red. Hex color #938287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938287 is #6C7D78. Grayscale: #878787. Windows color (decimal): -7110009 or 8880787. OLE color: 8880787.

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

Color convert

RGB147130135-
CMYK00.120.080.42
HSL342.35º7.3%54.31%-
HSV(B)342.35º11.56%57.65%-
XYZ24.3923.9226.25-
YUV135.65127.63136.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 135 (53.12% from 255) = 32.77%
R=35.68%
G=31.55%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713013500.120.080.42342.357.354.31
Hex9382870C82A156736
Octal2232022070141052526766
Binary100100111000001010000111011001000101010101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938287; }

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

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

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

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

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

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

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

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