Html Css Color HEX #83828E Grey Suit

📋 copy color: '#83828E'

red 131 ◦ green 130 ◦ blue 142

#83828E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Suit #83828E

Tints of Grey Suit #83828E

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 value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83828E (or 0x83828E) is known color: 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

RGB 131 130 142 -
CMYK 0.08 0.08 0 0.44
HSL 245º 0.05% 0.53% -
HSV(B) 245º 0.08% 0.56% -
XYZ 22.23 22.74 28.81 -
YUV 131.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 131 130 142 0.08 0.08 0 0.44 245 0.05 0.53
Hex 83 82 8E 8 8 0 2C F5 5 35
Octal 203 202 216 10 10 0 54 365 5 65
Binary 10000011 10000010 10001110 1000 1000 0 101100 11110101 101 110101

Color Harmonies of #83828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83828E

Black with #83828E

Text Example


Text Example

White with #83828E

Text Example


Text Example

HTML Codes & Css Web 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>