#828093

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

Shades of Grey Suit #828093

Tints of Grey Suit #828093

Color information

#828093 (or 0x828093) is unknown color: approx Grey Suit. HEX triplet: 82, 80 and 93. RGB value is (130,128,147). Sum of RGB (Red+Green+Blue) = 130+128+147=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #828093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828093 is #7D7F6C. Grayscale: #828282. Windows color (decimal): -8224621 or 9666690. OLE color: 9666690.

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

Color convert

RGB130128147-
CMYK0.120.1300.42
HSL246.32º8.09%53.92%-
HSV(B)246.32º12.93%57.65%-
XYZ22.1922.2930.74-
YUV130.76137.16127.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 147 (57.81% from 255) = 36.30%
R=32.10%
G=31.60%
B=36.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301281470.120.1300.42246.328.0953.92
Hex828093CD02Af6836
Octal20220022314150523661066
Binary100000101000000010010011110011010101010111101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828093; }

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

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

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

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

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

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

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

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