#938384

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

Shades of Venus #938384

Tints of Venus #938384

Color information

#938384 (or 0x938384) is unknown color: approx Venus. HEX triplet: 93, 83 and 84. RGB value is (147,131,132). Sum of RGB (Red+Green+Blue) = 147+131+132=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 147 - color contains mainly: red. Hex color #938384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938384 is #6C7C7B. Grayscale: #878787. Windows color (decimal): -7109756 or 8684435. OLE color: 8684435.

HSL color Cylindrical-coordinate representation of color #938384: hue angle of 356.25º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #938384 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB147131132-
CMYK00.110.100.42
HSL356.25º6.9%54.51%-
HSV(B)356.25º10.88%57.65%-
XYZ24.3124.125.2-
YUV135.9125.8135.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.85%
GREEN value IS 131 (51.56% from 255) = 31.95%
BLUE value IS 132 (51.95% from 255) = 32.20%
R=35.85%
G=31.95%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713113200.110.100.42356.256.954.51
Hex9383840BA2A164737
Octal2232032040131252544767
Binary100100111000001110000100010111010101010101100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938384; }

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

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

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

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

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

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

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

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