#8883AB

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

Shades of Grey Suit #8883AB

Tints of Grey Suit #8883AB

Color information

#8883AB (or 0x8883AB) is unknown color: approx Grey Suit. HEX triplet: 88, 83 and AB. RGB value is (136,131,171). Sum of RGB (Red+Green+Blue) = 136+131+171=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #8883AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8883AB is #777C54. Grayscale: #888888. Windows color (decimal): -7830613 or 11240328. OLE color: 11240328.

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

Color convert

RGB136131171-
CMYK0.200.2300.33
HSL247.5º19.23%59.22%-
HSV(B)247.5º23.39%67.06%-
XYZ25.6224.4141.89-
YUV137.06147.16127.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.05%
GREEN value IS 131 (51.56% from 255) = 29.91%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=31.05%
G=29.91%
B=39.04%

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
Decimal1361311710.200.2300.33247.519.2359.22
Hex8883AB1417021f8133b
Octal21020325324270413702373
Binary100010001000001110101011101001011101000011111100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8883AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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