#87869C

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

Shades of Grey Suit #87869C

Tints of Grey Suit #87869C

Color information

#87869C (or 0x87869C) is unknown color: approx Grey Suit. HEX triplet: 87, 86 and 9C. RGB value is (135,134,156). Sum of RGB (Red+Green+Blue) = 135+134+156=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #87869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87869C is #787963. Grayscale: #888888. Windows color (decimal): -7895396 or 10258055. OLE color: 10258055.

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

Color convert

RGB135134156-
CMYK0.130.1400.39
HSL242.73º10%56.86%-
HSV(B)242.73º14.1%61.18%-
XYZ24.5224.634.91-
YUV136.81138.83126.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.76%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=31.76%
G=31.53%
B=36.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351341560.130.1400.39242.731056.86
Hex87869CDE027f3a39
Octal20720623415160473631271
Binary100001111000011010011100110111100100111111100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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