#938B7E

Color #938B7E Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #938B7E

Tints of Heathered Grey #938B7E

Color information

#938B7E (or 0x938B7E) is unknown color: approx Heathered Grey. HEX triplet: 93, 8B and 7E. RGB value is (147,139,126). Sum of RGB (Red+Green+Blue) = 147+139+126=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 147 - color contains mainly: red. Hex color #938B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938B7E is #6C7481. Grayscale: #8B8B8B. Windows color (decimal): -7107714 or 8293267. OLE color: 8293267.

HSL color Cylindrical-coordinate representation of color #938B7E: hue angle of 37.14º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #938B7E is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB147139126-
CMYK00.050.140.42
HSL37.14º8.86%53.53%-
HSV(B)37.14º14.29%57.65%-
XYZ25.0326.1723.47-
YUV139.91120.15133.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 139 (54.69% from 255) = 33.74%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=35.68%
G=33.74%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713912600.050.140.4237.148.8653.53
Hex938B7E05E2A25936
Octal223213176051652451166
Binary10010011100010111111110010111101010101001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938B7E; }

 p { color: rgb(147,139,126); }

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

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

 a { background-color: rgb(147,139,126); }

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

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

 span { border-color: rgb(147,139,126); }

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