Html Css Color HEX #80838D Storm Grey

📋 copy color: '#80838D'

red 128 ◦ green 131 ◦ blue 141

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

Shades of Storm Grey #80838D

Tints of Storm Grey #80838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.75%

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

R = 32%
G = 32.75%
B = 35.25%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#80838D (or 0x80838D) is known color: Storm Grey. HEX triplet: 80, 83 and 8D. RGB value is (128,131,141). Sum of RGB (Red+Green+Blue) = 128+131+141=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 141 - color contains mainly: blue. Hex color #80838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80838D is #7F7C72. Grayscale: #838383. Windows color (decimal): -8354931 or 9274240. OLE color: 9274240.

HSL color Cylindrical-coordinate representation of color #80838D: hue angle of 226.15º 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 #80838D is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 131 141 -
CMYK 0.09 0.07 0 0.45
HSL 226.15º 0.05% 0.53% -
HSV(B) 226.15º 0.09% 0.55% -
XYZ 21.83 22.74 28.44 -
YUV 131.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 128 131 141 0.09 0.07 0 0.45 226.15 0.05 0.53
Hex 80 83 8D 9 7 0 2D E2 5 35
Octal 200 203 215 11 7 0 55 342 5 65
Binary 10000000 10000011 10001101 1001 111 0 101101 11100010 101 110101

Color Harmonies of #80838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80838D

Black with #80838D

Text Example


Text Example

White with #80838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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