#88879B

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

Shades of Grey Suit #88879B

Tints of Grey Suit #88879B

Color information

#88879B (or 0x88879B) is unknown color: approx Grey Suit. HEX triplet: 88, 87 and 9B. RGB value is (136,135,155). Sum of RGB (Red+Green+Blue) = 136+135+155=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #88879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88879B is #777864. Grayscale: #898989. Windows color (decimal): -7829605 or 10192776. OLE color: 10192776.

HSL color Cylindrical-coordinate representation of color #88879B: hue angle of 243º degrees, saturation: 0.09, 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 #88879B is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB136135155-
CMYK0.120.1300.39
HSL243º9.09%56.86%-
HSV(B)243º12.9%60.78%-
XYZ24.7324.9334.52-
YUV137.58137.83126.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.92%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=31.92%
G=31.69%
B=36.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1361351550.120.1300.392439.0956.86
Hex88879BCD027f3939
Octal21020723314150473631171
Binary100010001000011110011011110011010100111111100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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