#88829F

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

Shades of Grey Suit #88829F

Tints of Grey Suit #88829F

Color information

#88829F (or 0x88829F) is unknown color: approx Grey Suit. HEX triplet: 88, 82 and 9F. RGB value is (136,130,159). Sum of RGB (Red+Green+Blue) = 136+130+159=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 159 - color contains mainly: blue. Hex color #88829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88829F is #777D60. Grayscale: #868686. Windows color (decimal): -7830881 or 10453640. OLE color: 10453640.

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

Color convert

RGB136130159-
CMYK0.140.1800.38
HSL252.41º13.12%56.67%-
HSV(B)252.41º18.24%62.35%-
XYZ24.3923.736.09-
YUV135.1141.49128.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=32%
G=30.59%
B=37.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361301590.140.1800.38252.4113.1256.67
Hex88829FE12026fcd39
Octal21020223716220463741571
Binary1000100010000010100111111110100100100110111111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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