Html Css Color HEX #83828C Grey Suit

📋 copy color: '#83828C'

red 131 ◦ green 130 ◦ blue 140

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

Shades of Grey Suit #83828C

Tints of Grey Suit #83828C

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

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

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

RGB 131 130 140 -
CMYK 0.06 0.07 0 0.45
HSL 246º 0.04% 0.53% -
HSV(B) 246º 0.07% 0.55% -
XYZ 22.08 22.68 28.03 -
YUV 131.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 131 130 140 0.06 0.07 0 0.45 246 0.04 0.53
Hex 83 82 8C 6 7 0 2D F6 4 35
Octal 203 202 214 6 7 0 55 366 4 65
Binary 10000011 10000010 10001100 110 111 0 101101 11110110 100 110101

Color Harmonies of #83828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83828C

Black with #83828C

Text Example


Text Example

White with #83828C

Text Example


Text Example

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