#8883AC

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

Shades of Grey Suit #8883AC

Tints of Grey Suit #8883AC

Color information

#8883AC (or 0x8883AC) is unknown color: approx Grey Suit. HEX triplet: 88, 83 and AC. RGB value is (136,131,172). Sum of RGB (Red+Green+Blue) = 136+131+172=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #8883AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8883AC is #777C53. Grayscale: #898989. Windows color (decimal): -7830612 or 11305864. OLE color: 11305864.

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

Color convert

RGB136131172-
CMYK0.210.2400.33
HSL247.32º19.81%59.41%-
HSV(B)247.32º23.84%67.45%-
XYZ25.7224.4542.39-
YUV137.17147.66127.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 131 (51.56% from 255) = 29.84%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=30.98%
G=29.84%
B=39.18%

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
Decimal1361311720.210.2400.33247.3219.8159.41
Hex8883AC1518021f7143b
Octal21020325425300413672473
Binary100010001000001110101100101011100001000011111011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8883AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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