#83828F

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

Shades of Grey Suit #83828F

Tints of Grey Suit #83828F

Color information

#83828F (or 0x83828F) is unknown color: approx Grey Suit. HEX triplet: 83, 82 and 8F. RGB value is (131,130,143). Sum of RGB (Red+Green+Blue) = 131+130+143=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 143 - color contains mainly: blue. Hex color #83828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83828F is #7C7D70. Grayscale: #838383. Windows color (decimal): -8158577 or 9405059. OLE color: 9405059.

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

Color convert

RGB131130143-
CMYK0.080.0900.44
HSL244.62º5.49%53.53%-
HSV(B)244.62º9.09%56.08%-
XYZ22.322.7729.21-
YUV131.78134.33127.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.43%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=32.43%
G=32.18%
B=35.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311301430.080.0900.44244.625.4953.53
Hex83828F8902Cf5536
Octal2032022171011054365566
Binary10000011100000101000111110001001010110011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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