#828991

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

Shades of Light Slate Grey #828991

Tints of Light Slate Grey #828991

Color information

#828991 (or 0x828991) is unknown color: approx Light Slate Grey. HEX triplet: 82, 89 and 91. RGB value is (130,137,145). Sum of RGB (Red+Green+Blue) = 130+137+145=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 145 - color contains mainly: blue. Hex color #828991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828991 is #7D766E. Grayscale: #878787. Windows color (decimal): -8222319 or 9537922. OLE color: 9537922.

HSL color Cylindrical-coordinate representation of color #828991: hue angle of 212º 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 #828991 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130137145-
CMYK0.100.0600.43
HSL212º6.38%53.92%-
HSV(B)212º10.34%56.86%-
XYZ23.2624.6830.33-
YUV135.82133.18123.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 145 (57.03% from 255) = 35.19%
R=31.55%
G=33.25%
B=35.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301371450.100.0600.432126.3853.92
Hex828991A602Bd4636
Octal202211221126053324666
Binary1000001010001001100100011010110010101111010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828991; }

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

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

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

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

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

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

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

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