#88879C

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

Shades of Grey Suit #88879C

Tints of Grey Suit #88879C

Color information

#88879C (or 0x88879C) is unknown color: approx Grey Suit. HEX triplet: 88, 87 and 9C. RGB value is (136,135,156). Sum of RGB (Red+Green+Blue) = 136+135+156=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 156 - color contains mainly: blue. Hex color #88879C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88879C is #777863. Grayscale: #898989. Windows color (decimal): -7829604 or 10258312. OLE color: 10258312.

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

Color convert

RGB136135156-
CMYK0.130.1300.39
HSL242.86º9.59%57.06%-
HSV(B)242.86º13.46%61.18%-
XYZ24.8224.9634.96-
YUV137.69138.33126.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.85%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 156 (61.33% from 255) = 36.53%
R=31.85%
G=31.62%
B=36.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361351560.130.1300.39242.869.5957.06
Hex88879CDD027f3a39
Octal21020723415150473631271
Binary100010001000011110011100110111010100111111100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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