Html Css Color HEX #82848C Storm Grey

📋 copy color: '#82848C'

red 130 ◦ green 132 ◦ blue 140

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

Shades of Storm Grey #82848C

Tints of Storm Grey #82848C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 32.34%
G = 32.84%
B = 34.83%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82848C (or 0x82848C) is known color: Storm Grey. HEX triplet: 82, 84 and 8C. RGB value is (130,132,140). Sum of RGB (Red+Green+Blue) = 130+132+140=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 140 - color contains mainly: blue. Hex color #82848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82848C is #7D7B73. Grayscale: #848484. Windows color (decimal): -8223604 or 9208962. OLE color: 9208962.

HSL color Cylindrical-coordinate representation of color #82848C: hue angle of 228º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #82848C is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 132 140 -
CMYK 0.07 0.06 0 0.45
HSL 228º 0.04% 0.53% -
HSV(B) 228º 0.07% 0.55% -
XYZ 22.19 23.14 28.11 -
YUV 132.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 130 132 140 0.07 0.06 0 0.45 228 0.04 0.53
Hex 82 84 8C 7 6 0 2D E4 4 35
Octal 202 204 214 7 6 0 55 344 4 65
Binary 10000010 10000100 10001100 111 110 0 101101 11100100 100 110101

Color Harmonies of #82848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82848C

Black with #82848C

Text Example


Text Example

White with #82848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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