Html Css Color HEX #82809C Grey Suit

📋 copy color: '#82809C'

red 130 ◦ green 128 ◦ blue 156

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

Shades of Grey Suit #82809C

Tints of Grey Suit #82809C

RGB

 RED value IS 130 (51.17% from 255) = 31.4%

 GREEN value IS 128 (50.39% from 255) = 30.92%

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 31.4%
G = 30.92%
B = 37.68%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82809C (or 0x82809C) is known color: Grey Suit. HEX triplet: 82, 80 and 9C. RGB value is (130,128,156). Sum of RGB (Red+Green+Blue) = 130+128+156=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #82809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82809C is #7D7F63. Grayscale: #838383. Windows color (decimal): -8224612 or 10256514. OLE color: 10256514.

HSL color Cylindrical-coordinate representation of color #82809C: hue angle of 244.29º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82809C is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 128 156 -
CMYK 0.17 0.18 0 0.39
HSL 244.29º 0.12% 0.56% -
HSV(B) 244.29º 0.18% 0.61% -
XYZ 22.93 22.58 34.6 -
YUV 131.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 130 128 156 0.17 0.18 0 0.39 244.29 0.12 0.56
Hex 82 80 9C 11 12 0 27 F4 C 38
Octal 202 200 234 21 22 0 47 364 14 70
Binary 10000010 10000000 10011100 10001 10010 0 100111 11110100 1100 111000

Color Harmonies of #82809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82809C

Black with #82809C

Text Example


Text Example

White with #82809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82809C; }

 p { color: rgb(130,128,156); }

 H1.HeaderClassName
 {
   color: #82809C;
 }
 .AnyTagClassName
 {
   color: #82809C;
 }
</style>

background-color css

<style>
 a { background-color: #82809C; }

 a { background-color: rgb(130,128,156); }

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

border-color css

<style>
 span { border-color: #82809C; }

 span { border-color: rgb(130,128,156); }

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