Html Css Color HEX #84829D Grey Suit

📋 copy color: '#84829D'

red 132 ◦ green 130 ◦ blue 157

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

Shades of Grey Suit #84829D

Tints of Grey Suit #84829D

RGB

 RED value IS 132 (51.95% from 255) = 31.5%

 GREEN value IS 130 (51.17% from 255) = 31.03%

 BLUE value IS 157 (61.72% from 255) = 37.47%

R = 31.5%
G = 31.03%
B = 37.47%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#84829D (or 0x84829D) is known color: Grey Suit. HEX triplet: 84, 82 and 9D. RGB value is (132,130,157). Sum of RGB (Red+Green+Blue) = 132+130+157=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #84829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84829D is #7B7D62. Grayscale: #858585. Windows color (decimal): -8093027 or 10322564. OLE color: 10322564.

HSL color Cylindrical-coordinate representation of color #84829D: hue angle of 244.44º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84829D is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 132 130 157 -
CMYK 0.16 0.17 0 0.38
HSL 244.44º 0.12% 0.56% -
HSV(B) 244.44º 0.17% 0.62% -
XYZ 23.58 23.31 35.15 -
YUV 133.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 132 130 157 0.16 0.17 0 0.38 244.44 0.12 0.56
Hex 84 82 9D 10 11 0 26 F4 C 38
Octal 204 202 235 20 21 0 46 364 14 70
Binary 10000100 10000010 10011101 10000 10001 0 100110 11110100 1100 111000

Color Harmonies of #84829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84829D

Black with #84829D

Text Example


Text Example

White with #84829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,130,157); }

 H1.HeaderClassName
 {
   color: #84829D;
 }
 .AnyTagClassName
 {
   color: #84829D;
 }
</style>

background-color css

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

 a { background-color: rgb(132,130,157); }

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

border-color css

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

 span { border-color: rgb(132,130,157); }

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