#87829D

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

Shades of Grey Suit #87829D

Tints of Grey Suit #87829D

Color information

#87829D (or 0x87829D) is unknown color: approx Grey Suit. HEX triplet: 87, 82 and 9D. RGB value is (135,130,157). Sum of RGB (Red+Green+Blue) = 135+130+157=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #87829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87829D is #787D62. Grayscale: #868686. Windows color (decimal): -7896419 or 10322567. OLE color: 10322567.

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

Color convert

RGB135130157-
CMYK0.140.1700.38
HSL251.11º12.11%56.27%-
HSV(B)251.11º17.2%61.57%-
XYZ24.0623.5535.18-
YUV134.57140.66128.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.99%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=31.99%
G=30.81%
B=37.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351301570.140.1700.38251.1112.1156.27
Hex87829DE11026fbc38
Octal20720223516210463731470
Binary1000011110000010100111011110100010100110111110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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