#828199

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

Shades of Grey Suit #828199

Tints of Grey Suit #828199

Color information

#828199 (or 0x828199) is unknown color: approx Grey Suit. HEX triplet: 82, 81 and 99. RGB value is (130,129,153). Sum of RGB (Red+Green+Blue) = 130+129+153=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 153 - color contains mainly: blue. Hex color #828199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828199 is #7D7E66. Grayscale: #838383. Windows color (decimal): -8224359 or 10060162. OLE color: 10060162.

HSL color Cylindrical-coordinate representation of color #828199: hue angle of 242.5º 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 #828199 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB130129153-
CMYK0.150.1600.4
HSL242.5º10.53%55.29%-
HSV(B)242.5º15.69%60%-
XYZ22.8122.7533.33-
YUV132.04139.83126.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 153 (60.16% from 255) = 37.14%
R=31.55%
G=31.31%
B=37.14%

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
Decimal1301291530.150.1600.4242.510.5355.29
Hex828199F10028f2b37
Octal20220123117200503621367
Binary1000001010000001100110011111100000101000111100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828199; }

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

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

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

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

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

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

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

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