#938F85

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

Shades of Heathered Grey #938F85

Tints of Heathered Grey #938F85

Color information

#938F85 (or 0x938F85) is unknown color: approx Heathered Grey. HEX triplet: 93, 8F and 85. RGB value is (147,143,133). Sum of RGB (Red+Green+Blue) = 147+143+133=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 147 - color contains mainly: red. Hex color #938F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938F85 is #6C707A. Grayscale: #8F8F8F. Windows color (decimal): -7106683 or 8753043. OLE color: 8753043.

HSL color Cylindrical-coordinate representation of color #938F85: hue angle of 42.86º 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 #938F85 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB147143133-
CMYK00.030.100.42
HSL42.86º6.09%54.9%-
HSV(B)42.86º9.52%57.65%-
XYZ26.0927.5426.13-
YUV143.06122.33130.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=34.75%
G=33.81%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714313300.030.100.4242.866.0954.9
Hex938F8503A2A2b637
Octal22321720503125253667
Binary1001001110001111100001010111010101010101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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