#88869B

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

Shades of Grey Suit #88869B

Tints of Grey Suit #88869B

Color information

#88869B (or 0x88869B) is unknown color: approx Grey Suit. HEX triplet: 88, 86 and 9B. RGB value is (136,134,155). Sum of RGB (Red+Green+Blue) = 136+134+155=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #88869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88869B is #777964. Grayscale: #888888. Windows color (decimal): -7829861 or 10192520. OLE color: 10192520.

HSL color Cylindrical-coordinate representation of color #88869B: hue angle of 245.71º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88869B is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136134155-
CMYK0.120.1400.39
HSL245.71º9.5%56.67%-
HSV(B)245.71º13.55%60.78%-
XYZ24.5924.6534.47-
YUV136.99138.16127.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=32%
G=31.53%
B=36.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361341550.120.1400.39245.719.556.67
Hex88869BCE027f6a39
Octal21020623314160473661271
Binary100010001000011010011011110011100100111111101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88869B; }

 p { color: rgb(136,134,155); }

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

<style>
 a { background-color: #88869B; }

 a { background-color: rgb(136,134,155); }

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

<style>
 span { border-color: #88869B; }

 span { border-color: rgb(136,134,155); }

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