#938285

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

Shades of Venus #938285

Tints of Venus #938285

Color information

#938285 (or 0x938285) is unknown color: approx Venus. HEX triplet: 93, 82 and 85. RGB value is (147,130,133). Sum of RGB (Red+Green+Blue) = 147+130+133=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 147 - color contains mainly: red. Hex color #938285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938285 is #6C7D7A. Grayscale: #878787. Windows color (decimal): -7110011 or 8749715. OLE color: 8749715.

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

Color convert

RGB147130133-
CMYK00.120.100.42
HSL349.41º7.3%54.31%-
HSV(B)349.41º11.56%57.65%-
XYZ24.2523.8625.52-
YUV135.43126.63136.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.85%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=35.85%
G=31.71%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713013300.120.100.42349.417.354.31
Hex9382850CA2A15d736
Octal2232022050141252535766
Binary100100111000001010000101011001010101010101011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938285; }

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

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

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

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

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

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

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

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