Html Css Color HEX #938084 Venus

📋 copy color: '#938084'

red 147 ◦ green 128 ◦ blue 132

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

Shades of Venus #938084

Tints of Venus #938084

RGB

 RED value IS 147 (57.81% from 255) = 36.12%

 GREEN value IS 128 (50.39% from 255) = 31.45%

 BLUE value IS 132 (51.95% from 255) = 32.43%

R = 36.12%
G = 31.45%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#938084 (or 0x938084) is known color: Venus. HEX triplet: 93, 80 and 84. RGB value is (147,128,132). Sum of RGB (Red+Green+Blue) = 147+128+132=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 147 - color contains mainly: red. Hex color #938084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938084 is #6C7F7B. Grayscale: #868686. Windows color (decimal): -7110524 or 8683667. OLE color: 8683667.

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

Color convert

RGB 147 128 132 -
CMYK 0 0.13 0.10 0.42
HSL 347.37º 0.08% 0.54% -
HSV(B) 347.37º 0.13% 0.58% -
XYZ 23.92 23.31 25.07 -
YUV 134.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 147 128 132 0 0.13 0.10 0.42 347.37 0.08 0.54
Hex 93 80 84 0 D A 2A 15B 8 36
Octal 223 200 204 0 15 12 52 533 10 66
Binary 10010011 10000000 10000100 0 1101 1010 101010 101011011 1000 110110

Color Harmonies of #938084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938084

Black with #938084

Text Example


Text Example

White with #938084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938084; }

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

 H1.HeaderClassName
 {
   color: #938084;
 }
 .AnyTagClassName
 {
   color: #938084;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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