#848A96

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

Shades of Light Slate Grey #848A96

Tints of Light Slate Grey #848A96

Color information

#848A96 (or 0x848A96) is unknown color: approx Light Slate Grey. HEX triplet: 84, 8A and 96. RGB value is (132,138,150). Sum of RGB (Red+Green+Blue) = 132+138+150=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 150 - color contains mainly: blue. Hex color #848A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848A96 is #7B7569. Grayscale: #898989. Windows color (decimal): -8090986 or 9865860. OLE color: 9865860.

HSL color Cylindrical-coordinate representation of color #848A96: hue angle of 220º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #848A96 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB132138150-
CMYK0.120.0800.41
HSL220º7.89%55.29%-
HSV(B)220º12%58.82%-
XYZ24.1125.2832.46-
YUV137.57135.01124.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.43%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=31.43%
G=32.86%
B=35.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321381500.120.0800.412207.8955.29
Hex848A96C8029dc837
Octal20421222614100513341067
Binary100001001000101010010110110010000101001110111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848A96; }

 p { color: rgb(132,138,150); }

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

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

 a { background-color: rgb(132,138,150); }

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

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

 span { border-color: rgb(132,138,150); }

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