Html Css Color HEX #828286 Storm Grey

📋 copy color: '#828286'

red 130 ◦ green 130 ◦ blue 134

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

Shades of Storm Grey #828286

Tints of Storm Grey #828286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 32.99%
G = 32.99%
B = 34.01%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#828286 (or 0x828286) is known color: Storm Grey. HEX triplet: 82, 82 and 86. RGB value is (130,130,134). Sum of RGB (Red+Green+Blue) = 130+130+134=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 134 - color contains mainly: blue. Hex color #828286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828286 is #7D7D79. Grayscale: #828282. Windows color (decimal): -8224122 or 8815234. OLE color: 8815234.

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

Color convert

RGB 130 130 134 -
CMYK 0.03 0.03 0 0.47
HSL 240º 0.02% 0.52% -
HSV(B) 240º 0.03% 0.53% -
XYZ 21.49 22.43 25.75 -
YUV 130.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 130 130 134 0.03 0.03 0 0.47 240 0.02 0.52
Hex 82 82 86 3 3 0 2F F0 2 34
Octal 202 202 206 3 3 0 57 360 2 64
Binary 10000010 10000010 10000110 11 11 0 101111 11110000 10 110100

Color Harmonies of #828286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828286

Black with #828286

Text Example


Text Example

White with #828286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828286; }

 p { color: rgb(130,130,134); }

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

background-color css

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

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

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

border-color css

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

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

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