#828099

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

Shades of Grey Suit #828099

Tints of Grey Suit #828099

Color information

#828099 (or 0x828099) is unknown color: approx Grey Suit. HEX triplet: 82, 80 and 99. RGB value is (130,128,153). Sum of RGB (Red+Green+Blue) = 130+128+153=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #828099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828099 is #7D7F66. Grayscale: #838383. Windows color (decimal): -8224615 or 10059906. OLE color: 10059906.

HSL color Cylindrical-coordinate representation of color #828099: hue angle of 244.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #828099 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB130128153-
CMYK0.150.1600.4
HSL244.8º10.92%55.1%-
HSV(B)244.8º16.34%60%-
XYZ22.6722.4833.28-
YUV131.45140.16126.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=31.63%
G=31.14%
B=37.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301281530.150.1600.4244.810.9255.1
Hex828099F10028f5b37
Octal20220023117200503651367
Binary1000001010000000100110011111100000101000111101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828099; }

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

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

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

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

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

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

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

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