#828995

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

Shades of Light Slate Grey #828995

Tints of Light Slate Grey #828995

Color information

#828995 (or 0x828995) is unknown color: approx Light Slate Grey. HEX triplet: 82, 89 and 95. RGB value is (130,137,149). Sum of RGB (Red+Green+Blue) = 130+137+149=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #828995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828995 is #7D766A. Grayscale: #888888. Windows color (decimal): -8222315 or 9800066. OLE color: 9800066.

HSL color Cylindrical-coordinate representation of color #828995: hue angle of 217.89º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #828995 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130137149-
CMYK0.130.0800.42
HSL217.89º8.23%54.71%-
HSV(B)217.89º12.75%58.43%-
XYZ23.5824.8131.98-
YUV136.27135.18123.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=31.25%
G=32.93%
B=35.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301371490.130.0800.42217.898.2354.71
Hex828995D802Ada837
Octal20221122515100523321067
Binary100000101000100110010101110110000101010110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828995; }

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

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

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

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

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

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

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

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