#828892

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

Shades of Light Slate Grey #828892

Tints of Light Slate Grey #828892

Color information

#828892 (or 0x828892) is unknown color: approx Light Slate Grey. HEX triplet: 82, 88 and 92. RGB value is (130,136,146). Sum of RGB (Red+Green+Blue) = 130+136+146=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #828892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828892 is #7D776D. Grayscale: #878787. Windows color (decimal): -8222574 or 9603202. OLE color: 9603202.

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

Color convert

RGB130136146-
CMYK0.110.0700.43
HSL217.5º6.84%54.12%-
HSV(B)217.5º10.96%57.25%-
XYZ23.224.4330.69-
YUV135.35134.01124.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=31.55%
G=33.01%
B=35.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301361460.110.0700.43217.56.8454.12
Hex828892B702Bd9736
Octal202210222137053331766
Binary1000001010001000100100101011111010101111011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828892; }

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

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

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

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

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

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

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

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