#828193

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

Shades of Grey Suit #828193

Tints of Grey Suit #828193

Color information

#828193 (or 0x828193) is unknown color: approx Grey Suit. HEX triplet: 82, 81 and 93. RGB value is (130,129,147). Sum of RGB (Red+Green+Blue) = 130+129+147=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #828193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828193 is #7D7E6C. Grayscale: #838383. Windows color (decimal): -8224365 or 9666946. OLE color: 9666946.

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

Color convert

RGB130129147-
CMYK0.120.1200.42
HSL243.33º7.69%54.12%-
HSV(B)243.33º12.24%57.65%-
XYZ22.3222.5530.78-
YUV131.35136.83127.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 129 (50.78% from 255) = 31.77%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=32.02%
G=31.77%
B=36.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301291470.120.1200.42243.337.6954.12
Hex828193CC02Af3836
Octal20220122314140523631066
Binary100000101000000110010011110011000101010111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828193; }

 p { color: rgb(130,129,147); }

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

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

 a { background-color: rgb(130,129,147); }

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

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

 span { border-color: rgb(130,129,147); }

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