#83828C

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

Shades of Grey Suit #83828C

Tints of Grey Suit #83828C

Color information

#83828C (or 0x83828C) is unknown color: approx Grey Suit. HEX triplet: 83, 82 and 8C. RGB value is (131,130,140). Sum of RGB (Red+Green+Blue) = 131+130+140=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 140 - color contains mainly: blue. Hex color #83828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83828C is #7C7D73. Grayscale: #838383. Windows color (decimal): -8158580 or 9208451. OLE color: 9208451.

HSL color Cylindrical-coordinate representation of color #83828C: hue angle of 246º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #83828C is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB131130140-
CMYK0.060.0700.45
HSL246º4.17%52.94%-
HSV(B)246º7.14%54.9%-
XYZ22.0822.6828.03-
YUV131.44132.83127.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=32.67%
G=32.42%
B=34.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311301400.060.0700.452464.1752.94
Hex83828C6702Df6435
Octal20320221467055366465
Binary100000111000001010001100110111010110111110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,130,140); }

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

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

 a { background-color: rgb(131,130,140); }

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

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

 span { border-color: rgb(131,130,140); }

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