#83828E

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

Shades of Grey Suit #83828E

Tints of Grey Suit #83828E

Color information

#83828E (or 0x83828E) is unknown color: approx Grey Suit. HEX triplet: 83, 82 and 8E. RGB value is (131,130,142). Sum of RGB (Red+Green+Blue) = 131+130+142=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 142 - color contains mainly: blue. Hex color #83828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83828E is #7C7D71. Grayscale: #838383. Windows color (decimal): -8158578 or 9339523. OLE color: 9339523.

HSL color Cylindrical-coordinate representation of color #83828E: hue angle of 245º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #83828E is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131130142-
CMYK0.080.0800.44
HSL245º5.04%53.33%-
HSV(B)245º8.45%55.69%-
XYZ22.2322.7428.81-
YUV131.67133.83127.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.51%
GREEN value IS 130 (51.17% from 255) = 32.26%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=32.51%
G=32.26%
B=35.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311301420.080.0800.442455.0453.33
Hex83828E8802Cf5535
Octal2032022161010054365565
Binary10000011100000101000111010001000010110011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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