Html Css Color HEX #808490 Storm Grey

📋 copy color: '#808490'

red 128 ◦ green 132 ◦ blue 144

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

Shades of Storm Grey #808490

Tints of Storm Grey #808490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 31.68%
G = 32.67%
B = 35.64%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#808490 (or 0x808490) is known color: Storm Grey. HEX triplet: 80, 84 and 90. RGB value is (128,132,144). Sum of RGB (Red+Green+Blue) = 128+132+144=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #808490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808490 is #7F7B6F. Grayscale: #848484. Windows color (decimal): -8354672 or 9471104. OLE color: 9471104.

HSL color Cylindrical-coordinate representation of color #808490: hue angle of 225º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808490 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 132 144 -
CMYK 0.11 0.08 0 0.44
HSL 225º 0.07% 0.53% -
HSV(B) 225º 0.11% 0.56% -
XYZ 22.19 23.11 29.68 -
YUV 132.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 128 132 144 0.11 0.08 0 0.44 225 0.07 0.53
Hex 80 84 90 B 8 0 2C E1 7 35
Octal 200 204 220 13 10 0 54 341 7 65
Binary 10000000 10000100 10010000 1011 1000 0 101100 11100001 111 110101

Color Harmonies of #808490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808490

Black with #808490

Text Example


Text Example

White with #808490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808490; }

 p { color: rgb(128,132,144); }

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

background-color css

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

 a { background-color: rgb(128,132,144); }

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

border-color css

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

 span { border-color: rgb(128,132,144); }

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