#938284

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

Shades of Venus #938284

Tints of Venus #938284

Color information

#938284 (or 0x938284) is unknown color: approx Venus. HEX triplet: 93, 82 and 84. RGB value is (147,130,132). Sum of RGB (Red+Green+Blue) = 147+130+132=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #938284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938284 is #6C7D7B. Grayscale: #878787. Windows color (decimal): -7110012 or 8684179. OLE color: 8684179.

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

Color convert

RGB147130132-
CMYK00.120.100.42
HSL352.94º7.3%54.31%-
HSV(B)352.94º11.56%57.65%-
XYZ24.1823.8325.16-
YUV135.31126.13136.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=35.94%
G=31.78%
B=32.27%

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
Decimal14713013200.120.100.42352.947.354.31
Hex9382840CA2A161736
Octal2232022040141252541766
Binary100100111000001010000100011001010101010101100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938284; }

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

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

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

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

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

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

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

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