#828090

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

Shades of Grey Suit #828090

Tints of Grey Suit #828090

Color information

#828090 (or 0x828090) is unknown color: approx Grey Suit. HEX triplet: 82, 80 and 90. RGB value is (130,128,144). Sum of RGB (Red+Green+Blue) = 130+128+144=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 144 - color contains mainly: blue. Hex color #828090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828090 is #7D7F6F. Grayscale: #828282. Windows color (decimal): -8224624 or 9470082. OLE color: 9470082.

HSL color Cylindrical-coordinate representation of color #828090: hue angle of 247.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #828090 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130128144-
CMYK0.100.1100.44
HSL247.5º6.72%53.33%-
HSV(B)247.5º11.11%56.47%-
XYZ21.9622.229.51-
YUV130.42135.66127.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 128 (50.39% from 255) = 31.84%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=32.34%
G=31.84%
B=35.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301281440.100.1100.44247.56.7253.33
Hex828090AB02Cf8735
Octal2022002201213054370765
Binary10000010100000001001000010101011010110011111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828090; }

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

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

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

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

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

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

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

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