#828992

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

Shades of Light Slate Grey #828992

Tints of Light Slate Grey #828992

Color information

#828992 (or 0x828992) is unknown color: approx Light Slate Grey. HEX triplet: 82, 89 and 92. RGB value is (130,137,146). Sum of RGB (Red+Green+Blue) = 130+137+146=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 146 - color contains mainly: blue. Hex color #828992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828992 is #7D766D. Grayscale: #878787. Windows color (decimal): -8222318 or 9603458. OLE color: 9603458.

HSL color Cylindrical-coordinate representation of color #828992: hue angle of 213.75º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #828992 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130137146-
CMYK0.110.0600.43
HSL213.75º6.84%54.12%-
HSV(B)213.75º10.96%57.25%-
XYZ23.3424.7130.73-
YUV135.93133.68123.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=31.48%
G=33.17%
B=35.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301371460.110.0600.43213.756.8454.12
Hex828992B602Bd6736
Octal202211222136053326766
Binary1000001010001001100100101011110010101111010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828992; }

 p { color: rgb(130,137,146); }

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

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

 a { background-color: rgb(130,137,146); }

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

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

 span { border-color: rgb(130,137,146); }

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