Html Css Color HEX #828488 Storm Grey

📋 copy color: '#828488'

red 130 ◦ green 132 ◦ blue 136

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

Shades of Storm Grey #828488

Tints of Storm Grey #828488

RGB

 RED value IS 130 (51.17% from 255) = 32.66%

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

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 32.66%
G = 33.17%
B = 34.17%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#828488 (or 0x828488) is known color: Storm Grey. HEX triplet: 82, 84 and 88. RGB value is (130,132,136). Sum of RGB (Red+Green+Blue) = 130+132+136=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 136 - color contains mainly: blue. Hex color #828488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828488 is #7D7B77. Grayscale: #838383. Windows color (decimal): -8223608 or 8946818. OLE color: 8946818.

HSL color Cylindrical-coordinate representation of color #828488: hue angle of 220º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #828488 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 132 136 -
CMYK 0.04 0.03 0 0.47
HSL 220º 0.02% 0.52% -
HSV(B) 220º 0.04% 0.53% -
XYZ 21.9 23.03 26.58 -
YUV 131.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 130 132 136 0.04 0.03 0 0.47 220 0.02 0.52
Hex 82 84 88 4 3 0 2F DC 2 34
Octal 202 204 210 4 3 0 57 334 2 64
Binary 10000010 10000100 10001000 100 11 0 101111 11011100 10 110100

Color Harmonies of #828488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828488

Black with #828488

Text Example


Text Example

White with #828488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828488; }

 p { color: rgb(130,132,136); }

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

background-color css

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

 a { background-color: rgb(130,132,136); }

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

border-color css

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

 span { border-color: rgb(130,132,136); }

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