Html Css Color HEX #80828B Storm Grey

📋 copy color: '#80828B'

red 128 ◦ green 130 ◦ blue 139

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

Shades of Storm Grey #80828B

Tints of Storm Grey #80828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 32.24%
G = 32.75%
B = 35.01%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80828B (or 0x80828B) is known color: Storm Grey. HEX triplet: 80, 82 and 8B. RGB value is (128,130,139). Sum of RGB (Red+Green+Blue) = 128+130+139=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 139 - color contains mainly: blue. Hex color #80828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80828B is #7F7D74. Grayscale: #828282. Windows color (decimal): -8355189 or 9142912. OLE color: 9142912.

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

Color convert

RGB 128 130 139 -
CMYK 0.08 0.06 0 0.45
HSL 229.09º 0.05% 0.52% -
HSV(B) 229.09º 0.08% 0.55% -
XYZ 21.54 22.42 27.62 -
YUV 130.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 128 130 139 0.08 0.06 0 0.45 229.09 0.05 0.52
Hex 80 82 8B 8 6 0 2D E5 5 34
Octal 200 202 213 10 6 0 55 345 5 64
Binary 10000000 10000010 10001011 1000 110 0 101101 11100101 101 110100

Color Harmonies of #80828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80828B

Black with #80828B

Text Example


Text Example

White with #80828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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