#8A839E

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

Shades of Grey Suit #8A839E

Tints of Grey Suit #8A839E

Color information

#8A839E (or 0x8A839E) is unknown color: approx Grey Suit. HEX triplet: 8A, 83 and 9E. RGB value is (138,131,158). Sum of RGB (Red+Green+Blue) = 138+131+158=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A839E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A839E is #757C61. Grayscale: #888888. Windows color (decimal): -7699554 or 10388362. OLE color: 10388362.

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

Color convert

RGB138131158-
CMYK0.130.1700.38
HSL255.56º12.22%56.67%-
HSV(B)255.56º17.09%61.96%-
XYZ24.7724.135.69-
YUV136.17140.32129.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=32.32%
G=30.68%
B=37.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381311580.130.1700.38255.5612.2256.67
Hex8A839ED11026100c39
Octal21220323615210464001471
Binary10001010100000111001111011011000101001101000000001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,131,158); }

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

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

 a { background-color: rgb(138,131,158); }

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

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

 span { border-color: rgb(138,131,158); }

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