#8984AB

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

Shades of Grey Suit #8984AB

Tints of Grey Suit #8984AB

Color information

#8984AB (or 0x8984AB) is unknown color: approx Grey Suit. HEX triplet: 89, 84 and AB. RGB value is (137,132,171). Sum of RGB (Red+Green+Blue) = 137+132+171=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #8984AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8984AB is #767B54. Grayscale: #898989. Windows color (decimal): -7764821 or 11240585. OLE color: 11240585.

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

Color convert

RGB137132171-
CMYK0.200.2300.33
HSL247.69º18.84%59.41%-
HSV(B)247.69º22.81%67.06%-
XYZ25.9224.7641.94-
YUV137.94146.66127.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.14%
GREEN value IS 132 (51.95% from 255) = 30%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=31.14%
G=30%
B=38.86%

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
Decimal1371321710.200.2300.33247.6918.8459.41
Hex8984AB1417021f8133b
Octal21120425324270413702373
Binary100010011000010010101011101001011101000011111100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8984AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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