#88869C

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

Shades of Grey Suit #88869C

Tints of Grey Suit #88869C

Color information

#88869C (or 0x88869C) is unknown color: approx Grey Suit. HEX triplet: 88, 86 and 9C. RGB value is (136,134,156). Sum of RGB (Red+Green+Blue) = 136+134+156=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #88869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88869C is #777963. Grayscale: #898989. Windows color (decimal): -7829860 or 10258056. OLE color: 10258056.

HSL color Cylindrical-coordinate representation of color #88869C: hue angle of 245.45º 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 #88869C is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136134156-
CMYK0.130.1400.39
HSL245.45º10%56.86%-
HSV(B)245.45º14.1%61.18%-
XYZ24.6824.6834.92-
YUV137.11138.66127.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.92%
GREEN value IS 134 (52.73% from 255) = 31.46%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=31.92%
G=31.46%
B=36.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361341560.130.1400.39245.451056.86
Hex88869CDE027f5a39
Octal21020623415160473651271
Binary100010001000011010011100110111100100111111101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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