#8983AB

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

Shades of Grey Suit #8983AB

Tints of Grey Suit #8983AB

Color information

#8983AB (or 0x8983AB) is unknown color: approx Grey Suit. HEX triplet: 89, 83 and AB. RGB value is (137,131,171). Sum of RGB (Red+Green+Blue) = 137+131+171=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #8983AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8983AB is #767C54. Grayscale: #898989. Windows color (decimal): -7765077 or 11240329. OLE color: 11240329.

HSL color Cylindrical-coordinate representation of color #8983AB: hue angle of 249º 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 #8983AB is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137131171-
CMYK0.200.2300.33
HSL249º19.23%59.22%-
HSV(B)249º23.39%67.06%-
XYZ25.7824.4941.9-
YUV137.35146.99127.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.21%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=31.21%
G=29.84%
B=38.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371311710.200.2300.3324919.2359.22
Hex8983AB1417021f9133b
Octal21120325324270413712373
Binary100010011000001110101011101001011101000011111100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8983AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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