#828095

Color #828095 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #828095

Tints of Grey Suit #828095

Color information

#828095 (or 0x828095) is unknown color: approx Grey Suit. HEX triplet: 82, 80 and 95. RGB value is (130,128,149). Sum of RGB (Red+Green+Blue) = 130+128+149=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #828095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828095 is #7D7F6A. Grayscale: #828282. Windows color (decimal): -8224619 or 9797762. OLE color: 9797762.

HSL color Cylindrical-coordinate representation of color #828095: hue angle of 245.71º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #828095 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130128149-
CMYK0.130.1400.42
HSL245.71º9.01%54.31%-
HSV(B)245.71º14.09%58.43%-
XYZ22.3522.3531.57-
YUV130.99138.16127.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 128 (50.39% from 255) = 31.45%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=31.94%
G=31.45%
B=36.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301281490.130.1400.42245.719.0154.31
Hex828095DE02Af6936
Octal20220022515160523661166
Binary100000101000000010010101110111100101010111101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828095; }

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

 H1.HeaderClassName
 {
   color: #828095;
 }
 .AnyTagClassName
 {
   color: #828095;
 }
</style>
background-color css

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

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

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

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

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

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