Html Css Color HEX #938586 Venus

📋 copy color: '#938586'

red 147 ◦ green 133 ◦ blue 134

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

Shades of Venus #938586

Tints of Venus #938586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.13%

 BLUE value IS 134 (52.73% from 255) = 32.37%

R = 35.51%
G = 32.13%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#938586 (or 0x938586) is known color: Venus. HEX triplet: 93, 85 and 86. RGB value is (147,133,134). Sum of RGB (Red+Green+Blue) = 147+133+134=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 147 - color contains mainly: red. Hex color #938586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938586 is #6C7A79. Grayscale: #898989. Windows color (decimal): -7109242 or 8816019. OLE color: 8816019.

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

Color convert

RGB 147 133 134 -
CMYK 0 0.10 0.09 0.42
HSL 355.71º 0.06% 0.55% -
HSV(B) 355.71º 0.1% 0.58% -
XYZ 24.72 24.7 26.02 -
YUV 137.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 147 133 134 0 0.10 0.09 0.42 355.71 0.06 0.55
Hex 93 85 86 0 A 9 2A 164 6 37
Octal 223 205 206 0 12 11 52 544 6 67
Binary 10010011 10000101 10000110 0 1010 1001 101010 101100100 110 110111

Color Harmonies of #938586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938586

Black with #938586

Text Example


Text Example

White with #938586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938586; }

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

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

background-color css

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

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

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

border-color css

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

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

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