Html Css Color HEX #808289 Storm Grey

📋 copy color: '#808289'

red 128 ◦ green 130 ◦ blue 137

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

Shades of Storm Grey #808289

Tints of Storm Grey #808289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 32.41%
G = 32.91%
B = 34.68%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#808289 (or 0x808289) is known color: Storm Grey. HEX triplet: 80, 82 and 89. RGB value is (128,130,137). Sum of RGB (Red+Green+Blue) = 128+130+137=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 137 - color contains mainly: blue. Hex color #808289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808289 is #7F7D76. Grayscale: #828282. Windows color (decimal): -8355191 or 9011840. OLE color: 9011840.

HSL color Cylindrical-coordinate representation of color #808289: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #808289 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 130 137 -
CMYK 0.07 0.05 0 0.46
HSL 226.67º 0.04% 0.52% -
HSV(B) 226.67º 0.07% 0.54% -
XYZ 21.4 22.36 26.86 -
YUV 130.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 128 130 137 0.07 0.05 0 0.46 226.67 0.04 0.52
Hex 80 82 89 7 5 0 2E E3 4 34
Octal 200 202 211 7 5 0 56 343 4 64
Binary 10000000 10000010 10001001 111 101 0 101110 11100011 100 110100

Color Harmonies of #808289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808289

Black with #808289

Text Example


Text Example

White with #808289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808289; }

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

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

background-color css

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

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

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

border-color css

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

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

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