Html Css Color HEX #83828F Grey Suit

📋 copy color: '#83828F'

red 131 ◦ green 130 ◦ blue 143

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

Shades of Grey Suit #83828F

Tints of Grey Suit #83828F

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.4%

R = 32.43%
G = 32.18%
B = 35.4%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

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

RGB 131 130 143 -
CMYK 0.08 0.09 0 0.44
HSL 244.62º 0.05% 0.54% -
HSV(B) 244.62º 0.09% 0.56% -
XYZ 22.3 22.77 29.21 -
YUV 131.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 131 130 143 0.08 0.09 0 0.44 244.62 0.05 0.54
Hex 83 82 8F 8 9 0 2C F5 5 36
Octal 203 202 217 10 11 0 54 365 5 66
Binary 10000011 10000010 10001111 1000 1001 0 101100 11110101 101 110110

Color Harmonies of #83828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83828F

Black with #83828F

Text Example


Text Example

White with #83828F

Text Example


Text Example

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