#8882AC

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

Shades of Grey Suit #8882AC

Tints of Grey Suit #8882AC

Color information

#8882AC (or 0x8882AC) is unknown color: approx Grey Suit. HEX triplet: 88, 82 and AC. RGB value is (136,130,172). Sum of RGB (Red+Green+Blue) = 136+130+172=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #8882AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8882AC is #777D53. Grayscale: #888888. Windows color (decimal): -7830868 or 11305608. OLE color: 11305608.

HSL color Cylindrical-coordinate representation of color #8882AC: hue angle of 248.57º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8882AC is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136130172-
CMYK0.210.2400.33
HSL248.57º20.19%59.22%-
HSV(B)248.57º24.42%67.45%-
XYZ25.5824.1842.35-
YUV136.58147.99127.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.05%
GREEN value IS 130 (51.17% from 255) = 29.68%
BLUE value IS 172 (67.58% from 255) = 39.27%
R=31.05%
G=29.68%
B=39.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361301720.210.2400.33248.5720.1959.22
Hex8882AC1518021f9143b
Octal21020225425300413712473
Binary100010001000001010101100101011100001000011111100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8882AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8882AC; }

 p { color: rgb(136,130,172); }

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

<style>
 a { background-color: #8882AC; }

 a { background-color: rgb(136,130,172); }

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

<style>
 span { border-color: #8882AC; }

 span { border-color: rgb(136,130,172); }

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