#828891

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

Shades of Light Slate Grey #828891

Tints of Light Slate Grey #828891

Color information

#828891 (or 0x828891) is unknown color: approx Light Slate Grey. HEX triplet: 82, 88 and 91. RGB value is (130,136,145). Sum of RGB (Red+Green+Blue) = 130+136+145=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 145 - color contains mainly: blue. Hex color #828891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828891 is #7D776E. Grayscale: #878787. Windows color (decimal): -8222575 or 9537666. OLE color: 9537666.

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

Color convert

RGB130136145-
CMYK0.100.0600.43
HSL216º6.38%53.92%-
HSV(B)216º10.34%56.86%-
XYZ23.1224.430.28-
YUV135.23133.51124.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 145 (57.03% from 255) = 35.28%
R=31.63%
G=33.09%
B=35.28%

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
Decimal1301361450.100.0600.432166.3853.92
Hex828891A602Bd8636
Octal202210221126053330666
Binary1000001010001000100100011010110010101111011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828891; }

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

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

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

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

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

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

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

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