#8884AB

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

Shades of Grey Suit #8884AB

Tints of Grey Suit #8884AB

Color information

#8884AB (or 0x8884AB) is unknown color: approx Grey Suit. HEX triplet: 88, 84 and AB. RGB value is (136,132,171). Sum of RGB (Red+Green+Blue) = 136+132+171=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 132 (51.95% from 255 or 30.07% 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 #8884AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8884AB is #777B54. Grayscale: #898989. Windows color (decimal): -7830357 or 11240584. OLE color: 11240584.

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

Color convert

RGB136132171-
CMYK0.200.2300.33
HSL246.15º18.84%59.41%-
HSV(B)246.15º22.81%67.06%-
XYZ25.7624.6841.93-
YUV137.64146.83126.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 132 (51.95% from 255) = 30.07%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=30.98%
G=30.07%
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
Decimal1361321710.200.2300.33246.1518.8459.41
Hex8884AB1417021f6133b
Octal21020425324270413662373
Binary100010001000010010101011101001011101000011111011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8884AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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