Html Css Color HEX #828389 Storm Grey

📋 copy color: '#828389'

red 130 ◦ green 131 ◦ blue 137

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

Shades of Storm Grey #828389

Tints of Storm Grey #828389

RGB

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

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

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

R = 32.66%
G = 32.91%
B = 34.42%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#828389 (or 0x828389) is known color: Storm Grey. HEX triplet: 82, 83 and 89. RGB value is (130,131,137). Sum of RGB (Red+Green+Blue) = 130+131+137=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 137 - color contains mainly: blue. Hex color #828389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828389 is #7D7C76. Grayscale: #838383. Windows color (decimal): -8223863 or 9012098. OLE color: 9012098.

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

Color convert

RGB 130 131 137 -
CMYK 0.05 0.04 0 0.46
HSL 231.43º 0.03% 0.52% -
HSV(B) 231.43º 0.05% 0.54% -
XYZ 21.84 22.78 26.91 -
YUV 131.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 130 131 137 0.05 0.04 0 0.46 231.43 0.03 0.52
Hex 82 83 89 5 4 0 2E E7 3 34
Octal 202 203 211 5 4 0 56 347 3 64
Binary 10000010 10000011 10001001 101 100 0 101110 11100111 11 110100

Color Harmonies of #828389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828389

Black with #828389

Text Example


Text Example

White with #828389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828389; }

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

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

background-color css

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

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

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

border-color css

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

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

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