#838B97

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

Shades of Light Slate Grey #838B97

Tints of Light Slate Grey #838B97

Color information

#838B97 (or 0x838B97) is unknown color: approx Light Slate Grey. HEX triplet: 83, 8B and 97. RGB value is (131,139,151). Sum of RGB (Red+Green+Blue) = 131+139+151=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 151 - color contains mainly: blue. Hex color #838B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B97 is #7C7468. Grayscale: #898989. Windows color (decimal): -8156265 or 9931651. OLE color: 9931651.

HSL color Cylindrical-coordinate representation of color #838B97: hue angle of 216º degrees, saturation: 0.09, 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 #838B97 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB131139151-
CMYK0.130.0800.41
HSL216º8.77%55.29%-
HSV(B)216º13.25%59.22%-
XYZ24.1825.5232.93-
YUV137.98135.35123.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.12%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 151 (59.38% from 255) = 35.87%
R=31.12%
G=33.02%
B=35.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311391510.130.0800.412168.7755.29
Hex838B97D8029d8937
Octal20321322715100513301167
Binary100000111000101110010111110110000101001110110001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838B97; }

 p { color: rgb(131,139,151); }

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

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

 a { background-color: rgb(131,139,151); }

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

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

 span { border-color: rgb(131,139,151); }

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