#87849E

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

Shades of Grey Suit #87849E

Tints of Grey Suit #87849E

Color information

#87849E (or 0x87849E) is unknown color: approx Grey Suit. HEX triplet: 87, 84 and 9E. RGB value is (135,132,158). Sum of RGB (Red+Green+Blue) = 135+132+158=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 158 - color contains mainly: blue. Hex color #87849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87849E is #787B61. Grayscale: #878787. Windows color (decimal): -7895906 or 10388615. OLE color: 10388615.

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

Color convert

RGB135132158-
CMYK0.150.1600.38
HSL246.92º11.82%56.86%-
HSV(B)246.92º16.46%61.96%-
XYZ24.4124.1235.72-
YUV135.86140.49127.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.76%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=31.76%
G=31.06%
B=37.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351321580.150.1600.38246.9211.8256.86
Hex87849EF10026f7c39
Octal20720423617200463671471
Binary1000011110000100100111101111100000100110111101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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