#828091

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

Shades of Grey Suit #828091

Tints of Grey Suit #828091

Color information

#828091 (or 0x828091) is unknown color: approx Grey Suit. HEX triplet: 82, 80 and 91. RGB value is (130,128,145). Sum of RGB (Red+Green+Blue) = 130+128+145=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 145 - color contains mainly: blue. Hex color #828091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828091 is #7D7F6E. Grayscale: #828282. Windows color (decimal): -8224623 or 9535618. OLE color: 9535618.

HSL color Cylindrical-coordinate representation of color #828091: hue angle of 247.06º degrees, saturation: 0.07, 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 #828091 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130128145-
CMYK0.100.1200.43
HSL247.06º7.17%53.53%-
HSV(B)247.06º11.72%56.86%-
XYZ22.0422.2329.92-
YUV130.54136.16127.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 145 (57.03% from 255) = 35.98%
R=32.26%
G=31.76%
B=35.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301281450.100.1200.43247.067.1753.53
Hex828091AC02Bf7736
Octal2022002211214053367766
Binary10000010100000001001000110101100010101111110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828091; }

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

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

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

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

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

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

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

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