Html Css Color HEX #938384 Venus

📋 copy color: '#938384'

red 147 ◦ green 131 ◦ blue 132

#938384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #938384

Tints of Venus #938384

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.2%

R = 35.85%
G = 31.95%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#938384 (or 0x938384) is known color: 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

RGB 147 131 132 -
CMYK 0 0.11 0.10 0.42
HSL 356.25º 0.07% 0.55% -
HSV(B) 356.25º 0.11% 0.58% -
XYZ 24.31 24.1 25.2 -
YUV 135.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 147 131 132 0 0.11 0.10 0.42 356.25 0.07 0.55
Hex 93 83 84 0 B A 2A 164 7 37
Octal 223 203 204 0 13 12 52 544 7 67
Binary 10010011 10000011 10000100 0 1011 1010 101010 101100100 111 110111

Color Harmonies of #938384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938384

Black with #938384

Text Example


Text Example

White with #938384

Text Example


Text Example

HTML Codes & Css Web 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>