#8882AB

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

Shades of Grey Suit #8882AB

Tints of Grey Suit #8882AB

Color information

#8882AB (or 0x8882AB) is unknown color: approx Grey Suit. HEX triplet: 88, 82 and AB. RGB value is (136,130,171). Sum of RGB (Red+Green+Blue) = 136+130+171=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #8882AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8882AB is #777D54. Grayscale: #888888. Windows color (decimal): -7830869 or 11240072. OLE color: 11240072.

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

Color convert

RGB136130171-
CMYK0.200.2400.33
HSL248.78º19.62%59.02%-
HSV(B)248.78º23.98%67.06%-
XYZ25.4924.1441.84-
YUV136.47147.49127.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.12%
GREEN value IS 130 (51.17% from 255) = 29.75%
BLUE value IS 171 (67.19% from 255) = 39.13%
R=31.12%
G=29.75%
B=39.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361301710.200.2400.33248.7819.6259.02
Hex8882AB1418021f9143b
Octal21020225324300413712473
Binary100010001000001010101011101001100001000011111100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8882AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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