Html Css Color HEX #828092 Grey Suit

📋 copy color: '#828092'

red 130 ◦ green 128 ◦ blue 146

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

Shades of Grey Suit #828092

Tints of Grey Suit #828092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.68%

 BLUE value IS 146 (57.42% from 255) = 36.14%

R = 32.18%
G = 31.68%
B = 36.14%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#828092 (or 0x828092) is known color: Grey Suit. HEX triplet: 82, 80 and 92. RGB value is (130,128,146). Sum of RGB (Red+Green+Blue) = 130+128+146=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 146 - color contains mainly: blue. Hex color #828092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828092 is #7D7F6D. Grayscale: #828282. Windows color (decimal): -8224622 or 9601154. OLE color: 9601154.

HSL color Cylindrical-coordinate representation of color #828092: hue angle of 246.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828092 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 128 146 -
CMYK 0.11 0.12 0 0.43
HSL 246.67º 0.08% 0.54% -
HSV(B) 246.67º 0.12% 0.57% -
XYZ 22.11 22.26 30.33 -
YUV 130.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 130 128 146 0.11 0.12 0 0.43 246.67 0.08 0.54
Hex 82 80 92 B C 0 2B F7 8 36
Octal 202 200 222 13 14 0 53 367 10 66
Binary 10000010 10000000 10010010 1011 1100 0 101011 11110111 1000 110110

Color Harmonies of #828092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828092

Black with #828092

Text Example


Text Example

White with #828092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828092; }

 p { color: rgb(130,128,146); }

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

background-color css

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

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

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

border-color css

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

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

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