Html Css Color HEX #82858E Storm Grey

📋 copy color: '#82858E'

red 130 ◦ green 133 ◦ blue 142

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

Shades of Storm Grey #82858E

Tints of Storm Grey #82858E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.06%

R = 32.1%
G = 32.84%
B = 35.06%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82858E (or 0x82858E) is known color: Storm Grey. HEX triplet: 82, 85 and 8E. RGB value is (130,133,142). Sum of RGB (Red+Green+Blue) = 130+133+142=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 142 - color contains mainly: blue. Hex color #82858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82858E is #7D7A71. Grayscale: #858585. Windows color (decimal): -8223346 or 9340290. OLE color: 9340290.

HSL color Cylindrical-coordinate representation of color #82858E: hue angle of 225º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #82858E is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 133 142 -
CMYK 0.08 0.06 0 0.44
HSL 225º 0.05% 0.53% -
HSV(B) 225º 0.08% 0.56% -
XYZ 22.48 23.47 28.94 -
YUV 133.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 130 133 142 0.08 0.06 0 0.44 225 0.05 0.53
Hex 82 85 8E 8 6 0 2C E1 5 35
Octal 202 205 216 10 6 0 54 341 5 65
Binary 10000010 10000101 10001110 1000 110 0 101100 11100001 101 110101

Color Harmonies of #82858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82858E

Black with #82858E

Text Example


Text Example

White with #82858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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