#87829C

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

Shades of Grey Suit #87829C

Tints of Grey Suit #87829C

Color information

#87829C (or 0x87829C) is unknown color: approx Grey Suit. HEX triplet: 87, 82 and 9C. RGB value is (135,130,156). Sum of RGB (Red+Green+Blue) = 135+130+156=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #87829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87829C is #787D63. Grayscale: #868686. Windows color (decimal): -7896420 or 10257031. OLE color: 10257031.

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

Color convert

RGB135130156-
CMYK0.130.1700.39
HSL251.54º11.61%56.08%-
HSV(B)251.54º16.67%61.18%-
XYZ23.9823.5234.73-
YUV134.46140.16128.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.07%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=32.07%
G=30.88%
B=37.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351301560.130.1700.39251.5411.6156.08
Hex87829CD11027fcc38
Octal20720223415210473741470
Binary1000011110000010100111001101100010100111111111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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