#938A80

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

Shades of Heathered Grey #938A80

Tints of Heathered Grey #938A80

Color information

#938A80 (or 0x938A80) is unknown color: approx Heathered Grey. HEX triplet: 93, 8A and 80. RGB value is (147,138,128). Sum of RGB (Red+Green+Blue) = 147+138+128=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 147 - color contains mainly: red. Hex color #938A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938A80 is #6C757F. Grayscale: #8B8B8B. Windows color (decimal): -7107968 or 8424083. OLE color: 8424083.

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

Color convert

RGB147138128-
CMYK00.060.130.42
HSL31.58º8.09%53.92%-
HSV(B)31.58º12.93%57.65%-
XYZ25.0225.9424.11-
YUV139.55121.48133.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.59%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=35.59%
G=33.41%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713812800.060.130.4231.588.0953.92
Hex938A8006D2A20836
Octal223212200061552401066
Binary100100111000101010000000011011011010101000001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,138,128); }

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

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

 a { background-color: rgb(147,138,128); }

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

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

 span { border-color: rgb(147,138,128); }

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