#828791

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

Shades of Light Slate Grey #828791

Tints of Light Slate Grey #828791

Color information

#828791 (or 0x828791) is unknown color: approx Light Slate Grey. HEX triplet: 82, 87 and 91. RGB value is (130,135,145). Sum of RGB (Red+Green+Blue) = 130+135+145=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 145 - color contains mainly: blue. Hex color #828791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828791 is #7D786E. Grayscale: #868686. Windows color (decimal): -8222831 or 9537410. OLE color: 9537410.

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

Color convert

RGB130135145-
CMYK0.100.0700.43
HSL220º6.38%53.92%-
HSV(B)220º10.34%56.86%-
XYZ22.9824.1230.23-
YUV134.64133.84124.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.71%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 145 (57.03% from 255) = 35.37%
R=31.71%
G=32.93%
B=35.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301351450.100.0700.432206.3853.92
Hex828791A702Bdc636
Octal202207221127053334666
Binary1000001010000111100100011010111010101111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828791; }

 p { color: rgb(130,135,145); }

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

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

 a { background-color: rgb(130,135,145); }

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

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

 span { border-color: rgb(130,135,145); }

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