Html Css Color HEX #80828D Storm Grey

📋 copy color: '#80828D'

red 128 ◦ green 130 ◦ blue 141

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

Shades of Storm Grey #80828D

Tints of Storm Grey #80828D

RGB

 RED value IS 128 (50.39% from 255) = 32.08%

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

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 32.08%
G = 32.58%
B = 35.34%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80828D (or 0x80828D) is known color: Storm Grey. HEX triplet: 80, 82 and 8D. RGB value is (128,130,141). Sum of RGB (Red+Green+Blue) = 128+130+141=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 141 - color contains mainly: blue. Hex color #80828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80828D is #7F7D72. Grayscale: #828282. Windows color (decimal): -8355187 or 9273984. OLE color: 9273984.

HSL color Cylindrical-coordinate representation of color #80828D: hue angle of 230.77º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #80828D is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 130 141 -
CMYK 0.09 0.08 0 0.45
HSL 230.77º 0.05% 0.53% -
HSV(B) 230.77º 0.09% 0.55% -
XYZ 21.69 22.48 28.39 -
YUV 130.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 128 130 141 0.09 0.08 0 0.45 230.77 0.05 0.53
Hex 80 82 8D 9 8 0 2D E7 5 35
Octal 200 202 215 11 10 0 55 347 5 65
Binary 10000000 10000010 10001101 1001 1000 0 101101 11100111 101 110101

Color Harmonies of #80828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80828D

Black with #80828D

Text Example


Text Example

White with #80828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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