#8883AA

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

Shades of Grey Suit #8883AA

Tints of Grey Suit #8883AA

Color information

#8883AA (or 0x8883AA) is unknown color: approx Grey Suit. HEX triplet: 88, 83 and AA. RGB value is (136,131,170). Sum of RGB (Red+Green+Blue) = 136+131+170=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #8883AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8883AA is #777C55. Grayscale: #888888. Windows color (decimal): -7830614 or 11174792. OLE color: 11174792.

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

Color convert

RGB136131170-
CMYK0.200.2300.33
HSL247.69º18.66%59.02%-
HSV(B)247.69º22.94%66.67%-
XYZ25.5324.3741.39-
YUV136.94146.66127.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.12%
GREEN value IS 131 (51.56% from 255) = 29.98%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=31.12%
G=29.98%
B=38.90%

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
Decimal1361311700.200.2300.33247.6918.6659.02
Hex8883AA1417021f8133b
Octal21020325224270413702373
Binary100010001000001110101010101001011101000011111100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8883AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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