#848D97

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

Shades of Light Slate Grey #848D97

Tints of Light Slate Grey #848D97

Color information

#848D97 (or 0x848D97) is unknown color: approx Light Slate Grey. HEX triplet: 84, 8D and 97. RGB value is (132,141,151). Sum of RGB (Red+Green+Blue) = 132+141+151=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 151 - color contains mainly: blue. Hex color #848D97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D97 is #7B7268. Grayscale: #8B8B8B. Windows color (decimal): -8090217 or 9932164. OLE color: 9932164.

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

Color convert

RGB132141151-
CMYK0.130.0700.41
HSL211.58º8.37%55.49%-
HSV(B)211.58º12.58%59.22%-
XYZ24.6326.1933.04-
YUV139.45134.52122.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 151 (59.38% from 255) = 35.61%
R=31.13%
G=33.25%
B=35.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321411510.130.0700.41211.588.3755.49
Hex848D97D7029d4837
Octal2042152271570513241067
Binary10000100100011011001011111011110101001110101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,141,151); }

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

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

 a { background-color: rgb(132,141,151); }

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

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

 span { border-color: rgb(132,141,151); }

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