#8983AA

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

Shades of Grey Suit #8983AA

Tints of Grey Suit #8983AA

Color information

#8983AA (or 0x8983AA) is unknown color: approx Grey Suit. HEX triplet: 89, 83 and AA. RGB value is (137,131,170). Sum of RGB (Red+Green+Blue) = 137+131+170=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #8983AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8983AA is #767C55. Grayscale: #898989. Windows color (decimal): -7765078 or 11174793. OLE color: 11174793.

HSL color Cylindrical-coordinate representation of color #8983AA: hue angle of 249.23º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8983AA is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137131170-
CMYK0.190.2300.33
HSL249.23º18.66%59.02%-
HSV(B)249.23º22.94%66.67%-
XYZ25.6924.4541.4-
YUV137.24146.49127.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.28%
GREEN value IS 131 (51.56% from 255) = 29.91%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=31.28%
G=29.91%
B=38.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371311700.190.2300.33249.2318.6659.02
Hex8983AA1317021f9133b
Octal21120325223270413712373
Binary100010011000001110101010100111011101000011111100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8983AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8983AA; }

 p { color: rgb(137,131,170); }

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

<style>
 a { background-color: #8983AA; }

 a { background-color: rgb(137,131,170); }

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

<style>
 span { border-color: #8983AA; }

 span { border-color: rgb(137,131,170); }

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