#828895

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

Shades of Light Slate Grey #828895

Tints of Light Slate Grey #828895

Color information

#828895 (or 0x828895) is unknown color: approx Light Slate Grey. HEX triplet: 82, 88 and 95. RGB value is (130,136,149). Sum of RGB (Red+Green+Blue) = 130+136+149=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 149 - color contains mainly: blue. Hex color #828895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828895 is #7D776A. Grayscale: #878787. Windows color (decimal): -8222571 or 9799810. OLE color: 9799810.

HSL color Cylindrical-coordinate representation of color #828895: hue angle of 221.05º 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 #828895 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130136149-
CMYK0.130.0900.42
HSL221.05º8.23%54.71%-
HSV(B)221.05º12.75%58.43%-
XYZ23.4324.5231.93-
YUV135.69135.51123.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 149 (58.59% from 255) = 35.90%
R=31.33%
G=32.77%
B=35.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301361490.130.0900.42221.058.2354.71
Hex828895D902Add837
Octal20221022515110523351067
Binary100000101000100010010101110110010101010110111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828895; }

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

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

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

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

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

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

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

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