#8A939F

Color #8A939F Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #8A939F

Tints of Light Slate Grey #8A939F

Color information

#8A939F (or 0x8A939F) is unknown color: approx Light Slate Grey. HEX triplet: 8A, 93 and 9F. RGB value is (138,147,159). Sum of RGB (Red+Green+Blue) = 138+147+159=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A939F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A939F is #756C60. Grayscale: #919191. Windows color (decimal): -7695457 or 10457994. OLE color: 10457994.

HSL color Cylindrical-coordinate representation of color #8A939F: hue angle of 214.29º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A939F is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB138147159-
CMYK0.130.0800.38
HSL214.29º9.86%58.24%-
HSV(B)214.29º13.21%62.35%-
XYZ27.1728.7736.92-
YUV145.68135.52122.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.08%
GREEN value IS 147 (57.81% from 255) = 33.11%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=31.08%
G=33.11%
B=35.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381471590.130.0800.38214.299.8658.24
Hex8A939FD8026d6a3a
Octal21222323715100463261272
Binary100010101001001110011111110110000100110110101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A939F; }

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

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

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

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

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

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

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

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