#8A839F

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

Shades of Grey Suit #8A839F

Tints of Grey Suit #8A839F

Color information

#8A839F (or 0x8A839F) is unknown color: approx Grey Suit. HEX triplet: 8A, 83 and 9F. RGB value is (138,131,159). Sum of RGB (Red+Green+Blue) = 138+131+159=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A839F is #757C60. Grayscale: #888888. Windows color (decimal): -7699553 or 10453898. OLE color: 10453898.

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

Color convert

RGB138131159-
CMYK0.130.1800.38
HSL255º12.73%56.86%-
HSV(B)255º17.61%62.35%-
XYZ24.8624.1436.15-
YUV136.28140.82129.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.24%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 159 (62.5% from 255) = 37.15%
R=32.24%
G=30.61%
B=37.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1381311590.130.1800.3825512.7356.86
Hex8A839FD12026ffd39
Octal21220323715220463771571
Binary1000101010000011100111111101100100100110111111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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