#87869E

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

Shades of Grey Suit #87869E

Tints of Grey Suit #87869E

Color information

#87869E (or 0x87869E) is unknown color: approx Grey Suit. HEX triplet: 87, 86 and 9E. RGB value is (135,134,158). Sum of RGB (Red+Green+Blue) = 135+134+158=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #87869E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87869E is #787961. Grayscale: #888888. Windows color (decimal): -7895394 or 10389127. OLE color: 10389127.

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

Color convert

RGB135134158-
CMYK0.150.1500.38
HSL242.5º11.01%57.25%-
HSV(B)242.5º15.19%61.96%-
XYZ24.6924.6735.81-
YUV137.04139.83126.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=31.62%
G=31.38%
B=37.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351341580.150.1500.38242.511.0157.25
Hex87869EFF026f2b39
Octal20720623617170463621371
Binary100001111000011010011110111111110100110111100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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