#87829F

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

Shades of Grey Suit #87829F

Tints of Grey Suit #87829F

Color information

#87829F (or 0x87829F) is unknown color: approx Grey Suit. HEX triplet: 87, 82 and 9F. RGB value is (135,130,159). Sum of RGB (Red+Green+Blue) = 135+130+159=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #87829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87829F is #787D60. Grayscale: #868686. Windows color (decimal): -7896417 or 10453639. OLE color: 10453639.

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

Color convert

RGB135130159-
CMYK0.150.1800.38
HSL250.34º13.12%56.67%-
HSV(B)250.34º18.24%62.35%-
XYZ24.2323.6236.08-
YUV134.8141.66128.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.84%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=31.84%
G=30.66%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351301590.150.1800.38250.3413.1256.67
Hex87829FF12026fad39
Octal20720223717220463721571
Binary1000011110000010100111111111100100100110111110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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