#828792

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

Shades of Light Slate Grey #828792

Tints of Light Slate Grey #828792

Color information

#828792 (or 0x828792) is unknown color: approx Light Slate Grey. HEX triplet: 82, 87 and 92. RGB value is (130,135,146). Sum of RGB (Red+Green+Blue) = 130+135+146=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 146 - color contains mainly: blue. Hex color #828792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828792 is #7D786D. Grayscale: #868686. Windows color (decimal): -8222830 or 9602946. OLE color: 9602946.

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

Color convert

RGB130135146-
CMYK0.110.0800.43
HSL221.25º6.84%54.12%-
HSV(B)221.25º10.96%57.25%-
XYZ23.0624.1530.64-
YUV134.76134.34124.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=31.63%
G=32.85%
B=35.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301351460.110.0800.43221.256.8454.12
Hex828792B802Bdd736
Octal2022072221310053335766
Binary10000010100001111001001010111000010101111011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828792; }

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

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

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

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

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

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

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

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