Html Css Color HEX #937985 Venus

📋 copy color: '#937985'

red 147 ◦ green 121 ◦ blue 133

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

Shades of Venus #937985

Tints of Venus #937985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.17%

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 36.66%
G = 30.17%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#937985 (or 0x937985) is known color: Venus. HEX triplet: 93, 79 and 85. RGB value is (147,121,133). Sum of RGB (Red+Green+Blue) = 147+121+133=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #937985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937985 is #6C867A. Grayscale: #828282. Windows color (decimal): -7112315 or 8747411. OLE color: 8747411.

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

Color convert

RGB 147 121 133 -
CMYK 0 0.18 0.10 0.42
HSL 332.31º 0.11% 0.53% -
HSV(B) 332.31º 0.18% 0.58% -
XYZ 23.1 21.57 25.14 -
YUV 130.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 147 121 133 0 0.18 0.10 0.42 332.31 0.11 0.53
Hex 93 79 85 0 12 A 2A 14C B 35
Octal 223 171 205 0 22 12 52 514 13 65
Binary 10010011 1111001 10000101 0 10010 1010 101010 101001100 1011 110101

Color Harmonies of #937985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937985

Black with #937985

Text Example


Text Example

White with #937985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937985; }

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

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

background-color css

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

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

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

border-color css

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

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

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