#8884A9

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

Shades of Grey Suit #8884A9

Tints of Grey Suit #8884A9

Color information

#8884A9 (or 0x8884A9) is unknown color: approx Grey Suit. HEX triplet: 88, 84 and A9. RGB value is (136,132,169). Sum of RGB (Red+Green+Blue) = 136+132+169=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 169 - color contains mainly: blue. Hex color #8884A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8884A9 is #777B56. Grayscale: #898989. Windows color (decimal): -7830359 or 11109512. OLE color: 11109512.

HSL color Cylindrical-coordinate representation of color #8884A9: hue angle of 246.49º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8884A9 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB136132169-
CMYK0.200.2200.34
HSL246.49º17.7%59.02%-
HSV(B)246.49º21.89%66.27%-
XYZ25.5724.640.94-
YUV137.41145.83126.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.12%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 169 (66.41% from 255) = 38.67%
R=31.12%
G=30.21%
B=38.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1361321690.200.2200.34246.4917.759.02
Hex8884A91416022f6123b
Octal21020425124260423662273
Binary100010001000010010101001101001011001000101111011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8884A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8884A9; }

 p { color: rgb(136,132,169); }

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

<style>
 a { background-color: #8884A9; }

 a { background-color: rgb(136,132,169); }

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

<style>
 span { border-color: #8884A9; }

 span { border-color: rgb(136,132,169); }

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