#88879F

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

Shades of Grey Suit #88879F

Tints of Grey Suit #88879F

Color information

#88879F (or 0x88879F) is unknown color: approx Grey Suit. HEX triplet: 88, 87 and 9F. RGB value is (136,135,159). Sum of RGB (Red+Green+Blue) = 136+135+159=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: blue. Hex color #88879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88879F is #777860. Grayscale: #898989. Windows color (decimal): -7829601 or 10454920. OLE color: 10454920.

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

Color convert

RGB136135159-
CMYK0.140.1500.38
HSL242.5º11.11%57.65%-
HSV(B)242.5º15.09%62.35%-
XYZ25.0825.0736.32-
YUV138.04139.83126.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=31.63%
G=31.40%
B=36.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361351590.140.1500.38242.511.1157.65
Hex88879FEF026f2b3a
Octal21020723716170463621372
Binary100010001000011110011111111011110100110111100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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