#848992

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

Shades of Light Slate Grey #848992

Tints of Light Slate Grey #848992

Color information

#848992 (or 0x848992) is unknown color: approx Light Slate Grey. HEX triplet: 84, 89 and 92. RGB value is (132,137,146). Sum of RGB (Red+Green+Blue) = 132+137+146=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 146 - color contains mainly: blue. Hex color #848992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848992 is #7B766D. Grayscale: #888888. Windows color (decimal): -8091246 or 9603460. OLE color: 9603460.

HSL color Cylindrical-coordinate representation of color #848992: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #848992 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB132137146-
CMYK0.100.0600.43
HSL218.57º6.03%54.51%-
HSV(B)218.57º9.59%57.25%-
XYZ23.6524.8730.75-
YUV136.53133.34124.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=31.81%
G=33.01%
B=35.18%

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
Decimal1321371460.100.0600.43218.576.0354.51
Hex848992A602Bdb637
Octal204211222126053333667
Binary1000010010001001100100101010110010101111011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848992; }

 p { color: rgb(132,137,146); }

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

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

 a { background-color: rgb(132,137,146); }

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

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

 span { border-color: rgb(132,137,146); }

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