#83828D

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

Shades of Grey Suit #83828D

Tints of Grey Suit #83828D

Color information

#83828D (or 0x83828D) is unknown color: approx Grey Suit. HEX triplet: 83, 82 and 8D. RGB value is (131,130,141). Sum of RGB (Red+Green+Blue) = 131+130+141=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 141 - color contains mainly: blue. Hex color #83828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83828D is #7C7D72. Grayscale: #838383. Windows color (decimal): -8158579 or 9273987. OLE color: 9273987.

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

Color convert

RGB131130141-
CMYK0.070.0800.45
HSL245.45º4.6%53.14%-
HSV(B)245.45º7.8%55.29%-
XYZ22.1522.7128.42-
YUV131.55133.33127.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=32.59%
G=32.34%
B=35.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311301410.070.0800.45245.454.653.14
Hex83828D7802Df5535
Octal203202215710055365565
Binary1000001110000010100011011111000010110111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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