#87829B

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

Shades of Grey Suit #87829B

Tints of Grey Suit #87829B

Color information

#87829B (or 0x87829B) is unknown color: approx Grey Suit. HEX triplet: 87, 82 and 9B. RGB value is (135,130,155). Sum of RGB (Red+Green+Blue) = 135+130+155=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #87829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87829B is #787D64. Grayscale: #868686. Windows color (decimal): -7896421 or 10191495. OLE color: 10191495.

HSL color Cylindrical-coordinate representation of color #87829B: hue angle of 252º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87829B is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB135130155-
CMYK0.130.1600.39
HSL252º11.11%55.88%-
HSV(B)252º16.13%60.78%-
XYZ23.8923.4834.28-
YUV134.34139.66128.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.14%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 155 (60.94% from 255) = 36.90%
R=32.14%
G=30.95%
B=36.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351301550.130.1600.3925211.1155.88
Hex87829BD10027fcb38
Octal20720223315200473741370
Binary1000011110000010100110111101100000100111111111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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