#84829D

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

Shades of Grey Suit #84829D

Tints of Grey Suit #84829D

Color information

#84829D (or 0x84829D) is unknown color: approx Grey Suit. HEX triplet: 84, 82 and 9D. RGB value is (132,130,157). Sum of RGB (Red+Green+Blue) = 132+130+157=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #84829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84829D is #7B7D62. Grayscale: #858585. Windows color (decimal): -8093027 or 10322564. OLE color: 10322564.

HSL color Cylindrical-coordinate representation of color #84829D: hue angle of 244.44º 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 #84829D is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132130157-
CMYK0.160.1700.38
HSL244.44º12.11%56.27%-
HSV(B)244.44º17.2%61.57%-
XYZ23.5823.3135.15-
YUV133.68141.16126.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.50%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 157 (61.72% from 255) = 37.47%
R=31.50%
G=31.03%
B=37.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321301570.160.1700.38244.4412.1156.27
Hex84829D1011026f4c38
Octal20420223520210463641470
Binary10000100100000101001110110000100010100110111101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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