#938E82

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

Shades of Heathered Grey #938E82

Tints of Heathered Grey #938E82

Color information

#938E82 (or 0x938E82) is unknown color: approx Heathered Grey. HEX triplet: 93, 8E and 82. RGB value is (147,142,130). Sum of RGB (Red+Green+Blue) = 147+142+130=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #938E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938E82 is #6C717D. Grayscale: #8E8E8E. Windows color (decimal): -7106942 or 8556179. OLE color: 8556179.

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

Color convert

RGB147142130-
CMYK00.030.120.42
HSL42.35º7.3%54.31%-
HSV(B)42.35º11.56%57.65%-
XYZ25.7327.1625.01-
YUV142.13121.16131.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 130 (51.17% from 255) = 31.03%
R=35.08%
G=33.89%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714213000.030.120.4242.357.354.31
Hex938E8203C2A2a736
Octal22321620203145252766
Binary1001001110001110100000100111100101010101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,142,130); }

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

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

 a { background-color: rgb(147,142,130); }

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

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

 span { border-color: rgb(147,142,130); }

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