#88869F

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

Shades of Grey Suit #88869F

Tints of Grey Suit #88869F

Color information

#88869F (or 0x88869F) is unknown color: approx Grey Suit. HEX triplet: 88, 86 and 9F. RGB value is (136,134,159). Sum of RGB (Red+Green+Blue) = 136+134+159=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #88869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88869F is #777960. Grayscale: #898989. Windows color (decimal): -7829857 or 10454664. OLE color: 10454664.

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

Color convert

RGB136134159-
CMYK0.140.1600.38
HSL244.8º11.52%57.45%-
HSV(B)244.8º15.72%62.35%-
XYZ24.9424.7936.27-
YUV137.45140.16126.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.70%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=31.70%
G=31.24%
B=37.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361341590.140.1600.38244.811.5257.45
Hex88869FE10026f5c39
Octal21020623716200463651471
Binary1000100010000110100111111110100000100110111101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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