#84829C

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

Shades of Grey Suit #84829C

Tints of Grey Suit #84829C

Color information

#84829C (or 0x84829C) is unknown color: approx Grey Suit. HEX triplet: 84, 82 and 9C. RGB value is (132,130,156). Sum of RGB (Red+Green+Blue) = 132+130+156=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #84829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84829C is #7B7D63. Grayscale: #858585. Windows color (decimal): -8093028 or 10257028. OLE color: 10257028.

HSL color Cylindrical-coordinate representation of color #84829C: hue angle of 244.62º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84829C is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB132130156-
CMYK0.150.1700.39
HSL244.62º11.61%56.08%-
HSV(B)244.62º16.67%61.18%-
XYZ23.523.2734.71-
YUV133.56140.66126.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.58%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 156 (61.33% from 255) = 37.32%
R=31.58%
G=31.10%
B=37.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321301560.150.1700.39244.6211.6156.08
Hex84829CF11027f5c38
Octal20420223417210473651470
Binary1000010010000010100111001111100010100111111101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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