#8884AA

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

Shades of Grey Suit #8884AA

Tints of Grey Suit #8884AA

Color information

#8884AA (or 0x8884AA) is unknown color: approx Grey Suit. HEX triplet: 88, 84 and AA. RGB value is (136,132,170). Sum of RGB (Red+Green+Blue) = 136+132+170=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 132 (51.95% from 255 or 30.14% 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 #8884AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8884AA is #777B55. Grayscale: #898989. Windows color (decimal): -7830358 or 11175048. OLE color: 11175048.

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

Color convert

RGB136132170-
CMYK0.200.2200.33
HSL246.32º18.27%59.22%-
HSV(B)246.32º22.35%66.67%-
XYZ25.6624.6441.43-
YUV137.53146.33126.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.05%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=31.05%
G=30.14%
B=38.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361321700.200.2200.33246.3218.2759.22
Hex8884AA1416021f6123b
Octal21020425224260413662273
Binary100010001000010010101010101001011001000011111011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8884AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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