Html Css Color HEX #82858C Storm Grey

📋 copy color: '#82858C'

red 130 ◦ green 133 ◦ blue 140

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

Shades of Storm Grey #82858C

Tints of Storm Grey #82858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33%

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

R = 32.26%
G = 33%
B = 34.74%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82858C (or 0x82858C) is known color: Storm Grey. HEX triplet: 82, 85 and 8C. RGB value is (130,133,140). Sum of RGB (Red+Green+Blue) = 130+133+140=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 140 - color contains mainly: blue. Hex color #82858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82858C is #7D7A73. Grayscale: #848484. Windows color (decimal): -8223348 or 9209218. OLE color: 9209218.

HSL color Cylindrical-coordinate representation of color #82858C: hue angle of 222º 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 #82858C is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 133 140 -
CMYK 0.07 0.05 0 0.45
HSL 222º 0.04% 0.53% -
HSV(B) 222º 0.07% 0.55% -
XYZ 22.33 23.41 28.15 -
YUV 132.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 130 133 140 0.07 0.05 0 0.45 222 0.04 0.53
Hex 82 85 8C 7 5 0 2D DE 4 35
Octal 202 205 214 7 5 0 55 336 4 65
Binary 10000010 10000101 10001100 111 101 0 101101 11011110 100 110101

Color Harmonies of #82858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82858C

Black with #82858C

Text Example


Text Example

White with #82858C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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